Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation error? #7

Open
michaellopez opened this issue Feb 2, 2016 · 0 comments
Open

Documentation error? #7

michaellopez opened this issue Feb 2, 2016 · 0 comments

Comments

@michaellopez
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant