TIL `docker init`

Published

tl;dr docker init can scaffold out a Docker container for your codebase.

TIL that Docker has an init command e.g. docker init that lets you quickly get started containerizing your code. It comes with a few templates:

Here’s the official docs: https://docs.docker.com/reference/cli/docker/init/

This is something that I’d love to try out with existing projects that predated containers being commonplace (at least for me personally). In particular, I’d love to containerize my random number generator1.


  1. https://github.com/Pinjasaur/rnjeesus/issues/6β†©οΈŽ


I love hearing from readers so please feel free to reach out.

Reply via emailSubscribe via RSS or email

Last modified  #til   #dx   #programming 


← Newer post  •  Older post →