Skip to content

Links to all the source code and solutions I reference in my O'Reilly Introduction to Docker video tutorial

Notifications You must be signed in to change notification settings

atbaker/intro-to-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Introduction to Docker reference code

Links to all the source code and solutions I reference in my O'Reilly Introduction to Docker video tutorial.

If you enjoy the tutorial, you can keep up with me on Twitter (@andrewtorkbaker) and my blog: http://andrewtorkbaker.com/

Dockerfiles

In the Dockerfiles segment, we start by building a custom Dockerfile for a MongoDB server:

https://github.com/atbaker/mongo-example

We also "Dockerize" a static webserver powered by Nginx. The starter code can be found here:

https://github.com/atbaker/nginx-exercise

A complete workflow

In this segment, we "Dockerize" a sample web application powered by Flask. The starter code can be found here:

https://github.com/atbaker/flask-example/

Don't forget to destroy your DigitalOcean server at the end of this segment if you don't plan to keep using it!

Using Fig

In this segment, we use Fig to manage a sample Django web application along with a PostgreSQL database and a Memcached server. The starter code can be found here:

https://github.com/atbaker/django-example

About

Links to all the source code and solutions I reference in my O'Reilly Introduction to Docker video tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages