docker container commit -m 'added config' myapp myimage:v2
Category: Docker
docker container commit -m 'added config' myapp myimage:v2
Commit container state with a descriptive message
Commits container state as a new image with a descriptive message.