Repository for Kiwi Pycon 2017 Talk (Docker Compose)
To play along, you will need to start off by installing docker and docker-compose on your workstation if they are not installed already.
git clone [email protected]:mrname/kiwi-pycon-2017.git && cd kiwi-pycon-2017
The example docker compose file needs to pull down many images. Since conference WIFI can be rough, it is suggested that you pull these images prior to attending the talk. Furthermore, building the primary application image requires downloading and installing python dependencies, so it is suggested that you build the image prior to attending this talk.
docker-compose pull
docker-compose build