DEV Community

Cover image for Creating docker image from scratch and adding to local registry
Daniel Persson
Daniel Persson

Posted on

Creating docker image from scratch and adding to local registry

We will create an image from scratch in docker and add that to a docker registry so we can reuse that image when we create new docker instances, controlling the whole flow.

Top comments (0)