Skip to content
On this page

Docker

Use OrbStack instead of Docker Desktop on mac.

Using Nix with Dockerfiles is great read. Can also use devenv.

The nice thing about using Nix to build Docker images is that image contains literally only the dependencies of the app.

DockerSlim is useful. Seems everyone is moving to containerd or Colima now.

Try to avoid using Docker for Nix which can even build Docker images if you need them.

I use GitHub container registry to store docker containers.

dive is neat tool explore contents of each image.

MRSK is interesting tool to deploy containers on bare Linux machines like Hetzner.