Commands.app

docker commit

Image Management

Create image from container's changes

Examples
Common usage examples

Create image from container

docker commit mycontainer myimage:tag
Notes
  • Better to use Dockerfile for reproducibility
Related Commands
You might also find these useful