-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
In section "As a NFS-redundant Stack Service (RECOMMENDED)" it states to run:
docker run \
--name btsync-nfs \
bootstrap SECRET_HERE some-third-party-imageShouldn'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-imageBecause 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 foundReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels