Quicktest Docker image
May 20, 2019
Sometimes you get into situation when you need to quick test docker image, its installed packages, whoami user and so on. Check the command bellow for creating a new container with shell out of circleci python image.
$ docker run -it circleci/python:3.7
And when cleanup is needed
$ docker system prune --all
— Insert random docker meme here —