Creates a new image of the container with current changes of the container
docker commit {{CONTAINER_NAME}} {{IMAGE_NAME}}:{{TAG}}
- CONTAINER_NAME: Name of the container to commit
- CONTAINER_NAME: Name of the new image which will be created
- TAG: Tag for the commit, which will be assigned to the new image
docker commit ak-cli ak-cli-new:version2.0