Browse Source

add Docker for Python Developers slide deck

William Vincent 6 years ago
parent
commit
360058b794
1 changed files with 3 additions and 2 deletions
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -80,9 +80,10 @@
 ### Docker
 > Docker is commonly used to work with production-level databases locally like PostgreSQL or MySQL.
 
-* [Why Docker?](https://wsvincent.com/django-tips-docker/)
-* [How to use Django, Docker, and PostgreSQL](https://wsvincent.com/django-docker-postgresql/)
+* [A Beginner's Guide to Docker](https://wsvincent.com/beginners-guide-to-docker/)
 * [A Brief Intro to Docker for Djangonauts](https://www.revsys.com/tidbits/brief-intro-docker-djangonauts/)
+* [How to use Django, Docker, and PostgreSQL](https://wsvincent.com/django-docker-postgresql/)
+* [Docker for Django Developers (slides)](https://mherman.org/presentations/dockercon-2018/#1)
 * [Dockerizing Django with Postgres, Gunicorn, and Nginx](https://testdriven.io/dockerizing-django-with-postgres-gunicorn-and-nginx)
 
 ## Django REST Framework