docker commit
Image ManagementCreate image from container's changes
Examples
Common usage examples
Create image from container
docker commit mycontainer myimage:tagNotes
- Better to use Dockerfile for reproducibility
Related Commands
You might also find these useful