From e3aee667adc35cf08801dcc8f3110b511a8a6342 Mon Sep 17 00:00:00 2001 From: Scott Blake Date: Sun, 8 Mar 2015 03:40:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c21ec..40e7f4c 100755 --- a/README.md +++ b/README.md @@ -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.