Creating a Simple Image

Up until now, we have been using ready-made images from Docker Hub. In this lesson you will learn how to make your first image.

We'll cover the following

As we saw earlier, containers are created from images. Up until now, we’ve been using images created by others. It’s high time we learned how to create our own images. Inside our images, we can stuff our programs and their dependencies so that multiple containers can be created from those images and live happily ever after.

Creating a Simple Image