Developing with Docker (danielquinn.org)
submitted 2 years ago* (last edited 2 years ago) by to c/python@programming.dev
 

I've been writing code professionally for 24 years, 15 of which has been Python and 9 years of that with Docker. I got tired of running into the same complications every time I started a new job, so I wrote this. Maybe you'll find it useful, or it could even start a conversation, but this post has been a long time coming.

Update: I had a few requests for a demo repo as a companion to this post, so I wrote one today. It includes a very small Django demo user Docker, Compose, and GitLab CI.

you are viewing a single comment's thread
view the rest of the comments
[–] 1 point 2 years ago*

are you me?

instead of that partial thing at the top I extend a base one into web, worker, test and build (simulate CI step).

  • source