From 837fa82b7eedb4b3bc786726d8967d1ffcd967ef Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 7 Sep 2014 01:07:44 +0200 Subject: [PATCH] Fixed code block --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b1d3a8..0cea124 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,9 @@ CMD ["/usr/local/bin/container-run.sh"] Then, execute the following to build the image: - docker build -t myuser/myapp . +``` +docker build -t myuser/myapp . +``` This will create an image named `myuser/myapp` with your application ready to go. To launch it, just type: