docker
Docker is a tool that makes setting up environments for software to run on any platform reliably. It does this by packaging the source code along with all its dependencies defined in a Dockerfile.
Multiple docker images can be used to create multi-container applications using docker-compose.
src kill all running containers:
|
|
remove exited containers:
|
|
delete all images
|
|