docker-codetasks Docker image for running Python code tasks (exercices). Usage FROM playpauseandstop/docker-codetasks:latest Developement Build an image make build Build an image of specific tag make TAG=1.0.0 build Run something (for example pytest help) make ARGS="python -m pytest --help" run