btsync.docker icon indicating copy to clipboard operation
btsync.docker copied to clipboard

Documentation error?

Open michaellopez opened this issue 10 years ago • 0 comments

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

michaellopez avatar Feb 02 '16 22:02 michaellopez