Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Proposal] Add "docker commit" to "Interacting with running containers" section #4

Open
rubensa opened this issue Dec 3, 2018 · 0 comments

Comments

@rubensa
Copy link

rubensa commented Dec 3, 2018

The commit command is useful to interactively create an image.

See official doc: https://docs.docker.com/engine/reference/commandline/commit/

Some thing like:

$ docker commit [<opts>] <container> [<repository> [<:tag>]]
 			Create a new image from a container’s changes
	-a, --author 	Author (e.g., “John Hannibal Smith hannibal@a-team.com”)
	-c, --change	Apply Dockerfile instruction to the created image
	-m, --message	Commit message
	-p, --pause	Pause container during commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant