mirror of https://github.com/docker/docs.git
Merge pull request #6235 from zdover23/06_Jun_2014
Fixed docker commit man page typos
This commit is contained in:
commit
259d714b93
|
|
@ -26,8 +26,8 @@ An existing Fedora based container has had Apache installed while running
|
||||||
in interactive mode with the bash shell. Apache is also running. To
|
in interactive mode with the bash shell. Apache is also running. To
|
||||||
create a new image run docker ps to find the container's ID and then run:
|
create a new image run docker ps to find the container's ID and then run:
|
||||||
|
|
||||||
# docker commit -me= "Added Apache to Fedora base image" \
|
# docker commit -m= "Added Apache to Fedora base image" \
|
||||||
--a="A D Ministrator" 98bd7fc99854 fedora/fedora_httpd:20
|
-a="A D Ministrator" 98bd7fc99854 fedora/fedora_httpd:20
|
||||||
|
|
||||||
# HISTORY
|
# HISTORY
|
||||||
April 2014, Originally compiled by William Henry (whenry at redhat dot com)
|
April 2014, Originally compiled by William Henry (whenry at redhat dot com)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue