TOOL » VIRTUAL_ENVIRONMENT » DOCKER

Container

Usage

shell
docker container COMMAND
OptionDescription
lsList containers.
stopGracefully stop the specified container.
killForce shutdown of the specified container.
rmRemove specified container.

Save container into image

shell
docker commit CONTAINER
docker tag HASH IMAGE_NAME