docker commit --help Create a new image from a container's changes



  • 
    Usage:	docker commit [OPTIONS] CONTAINER [REPOSITORY[:TAG]]
    
    Create a new image from a container's changes
    
    Options:
      -a, --author string	 Author (e.g., "John Hannibal Smith
    			 <[email protected]>")
      -c, --change list	 Apply Dockerfile instruction to the created image
      -m, --message string	 Commit message
      -p, --pause		 Pause container during commit (default true)
    

Log in to reply
 

© Lightnetics 2024