From 726dc90760eb0062a7c870a65b565d8eda8bac3a Mon Sep 17 00:00:00 2001 From: Joe Ferguson Date: Wed, 26 Apr 2017 12:36:43 -0700 Subject: [PATCH] Add missing build context "," - partial fix for #892 --- centos/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/content.md b/centos/content.md index b398ea7a4..bd95521c2 100644 --- a/centos/content.md +++ b/centos/content.md @@ -70,7 +70,7 @@ CMD ["/usr/sbin/init"] Build this image: ```console -$ docker build --rm -t local/c7-systemd-httpd +$ docker build --rm -t local/c7-systemd-httpd . ``` ## Running a systemd enabled app container