From 2ba32b61727aff529380e19976e5554c02fc26b0 Mon Sep 17 00:00:00 2001 From: Matt Jaynes Date: Tue, 8 Apr 2014 15:36:36 -0600 Subject: [PATCH] Use '--rm' instead of '-rm', which was deprecated in Docker 0.9 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f3fc8..2f2d6e0 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Baseimage-docker *encourages* multiple processes through the use of runit. To look around in the image, run: - docker run -rm -t -i phusion/baseimage /sbin/my_init -- bash -l + docker run --rm -t -i phusion/baseimage /sbin/my_init -- bash -l You don't have to download anything manually. The above command will automatically pull the baseimage-docker image from the Docker registry.