Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Blake authored and Scott Blake committed Mar 8, 2015
1 parent d5a4afc commit e3aee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ docker run --name reposado -d -p 8088:8088 -v /path/to/host/preferences.plist:/r
A data-only container can be used to hold relevant persistent files.

```bash
docker run --name reposado-data -d --entrypoint /bin/echo busybox "Data-only container for Reposado."
docker run --name reposado-data -d --entrypoint /bin/echo mscottblake/reposado "Data-only container for Reposado."
```

Make sure to use the `--volumes-from` flag to use the `reposado-data` container you just created.
Expand Down

0 comments on commit e3aee66

Please sign in to comment.