Browse code

removing an extraneous space

Docker-DCO-1.1-Signed-off-by: Zac Dover <zdover@redhat.com> (github: zdover23)

Zac Dover authored on 2014/06/05 10:41:45
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ An existing Fedora based container has had Apache installed while running
30 30
 in interactive mode with the bash shell. Apache is also running. To
31 31
 create a new image run docker ps to find the container's ID and then run:
32 32
 
33
-    # docker commit -m= "Added Apache to Fedora base image" \
33
+    # docker commit -m="Added Apache to Fedora base image" \
34 34
       -a="A D Ministrator" 98bd7fc99854 fedora/fedora_httpd:20
35 35
 
36 36
 # HISTORY