- https://medium.com/@Martynas/golang-docker-and-databases-125a5c1894a8
- https://medium.freecodecamp.org/how-to-set-up-continuous-deployment-in-your-home-project-the-easy-way-41b84a467eed
- https://docs.docker.com/samples/library/python/
- Example Go Dockerfile's: https://gist.github.com/Xeoncross/862d659e48b05d684dddad0ceaf36029
docker run --name mysqldb -v /my/own/datadir:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=root -d mysql:5.7