Docker 101: Create Custom image (UBUNTU)
CREATE OWN IMAGE
EVERY IMAGE HAS BASE IMAGE (TO PROVIDE A base image provides the starting point for your container. It includes the basic operating system, system libraries, and essential files required for your application to run.)
CREATING DOCKERF...
devjobalia.hashnode.dev2 min read