Skip to content

Documentation error? #7

@michaellopez

Description

@michaellopez

In section "As a NFS-redundant Stack Service (RECOMMENDED)" it states to run:

docker run \
    --name btsync-nfs \
    bootstrap SECRET_HERE some-third-party-image

Shouldn't that include the image too? Meaning it should look like this:

docker run \
    --name btsync-nfs \
    cusspvz/btsync:latest \
    bootstrap SECRET_HERE some-third-party-image

Because otherwise I get this:

$ docker run \
>     --name btsync-nfs \
>     bootstrap SECRET_HERE some-third-party-image
Unable to find image 'bootstrap:latest' locally
Pulling repository docker.io/library/bootstrap
Error: image library/bootstrap:latest not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions