FrankWiles.com
items
2 Posts

docker

TIL

Easy Docker Compose Overrides

I've always avoided overriding compose.yaml files locally until I found the `COMPOSE_FILE` environment variable.

docker
Post

Customize your IPython shell in Docker

You can heavily customize your IPython shell experience when using it inside Docker or in a Docker Compose project. Without your personal preferences annoying your teammates!

pythonopsdocker +1
Post

Installing a specific version of PostgreSQL in your Dockerfile

It's common to need a specific version of PostgreSQL installed for things like pg_dump in a Python docker project (which is often based on Debian). It's not hard, but it's easy to forget the exact steps, so I wanted to walk you through how to do it step by step.

dockerpostgresql