Skip to content

Commit

Permalink
Merge pull request #6209 from zdover23/03_Jun_2014
Browse files Browse the repository at this point in the history
BZ#1104401 - correcting flags in docker-commit
  • Loading branch information
jamtur01 committed Jul 11, 2014
2 parents 9216ced + a52441b commit 7c4f778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/man/docker-commit.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ An existing Fedora based container has had Apache installed while running
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:

# docker commit -m= "Added Apache to Fedora base image" \
# docker commit -m="Added Apache to Fedora base image" \
-a="A D Ministrator" 98bd7fc99854 fedora/fedora_httpd:20

# HISTORY
Expand Down

0 comments on commit 7c4f778

Please sign in to comment.