Merge pull request #6235 from zdover23/06_Jun_2014

Fixed docker commit man page typos
This commit is contained in:
O.S. Tezer 2014-06-07 23:15:39 -07:00
commit 259d714b93
1 changed files with 3 additions and 3 deletions

View File

@ -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)