aws-cli/1.15.8 Python/3.6.3 Linux/4.9.87-linuxkit-aufs botocore/1.10.8
Python 3.6.3
Docker version 18.03.0-ce, build 0520e24
# Dockerfile
FROM jimdo/aws-python
# Clone repository
$ > git clone git@github.com:Jimdo/docker-aws-python.git
$ > cd docker-aws-python
# Build container
$ > docker build .
# Start bash
$ > docker run -it --entrypoint /bin/bash <container-id>