dockerEasy Playground

Docker Engine API SDK: containers, images, volumes, networks

Getting started with dockerRun locally
Install
pip install docker
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: docker)

docker is a third-party package. Docker Engine API SDK: containers, images, volumes, networks. Install with: pip install docker

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?