From 851af3a483edc9c93b0fd7511c2ce3f605098fbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9gis=20Hanol?= Date: Thu, 12 Dec 2013 18:37:41 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0439703..b8fe1ba 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The simplest (though slightly more fragile) way of getting started is using the 2. **Copy** the standalone sample into the containers directory: `cp samples/standalone.yml containers/app.yml` 3. **Edit** `containers/app.yml` with your environment specific information - [bindings](#expose) - - [volumes](#volumes) + - [volumes](#volumes) (make sure you create the appropriate directories on the host) 4. **Bootstrap** the image: `sudo ./launcher bootstrap app` 5. **Start** the image: `sudo ./launcher start app` -- 2.25.1