Docker 101
Docker 101
what is a docker image ?
A docker image is made up of file systems layered over each other. At the base is a boot file system, bootfs, which is similar to a linux boot file system.
Docker commands
Running an ubuntu Image :
Creating a Custom Image from a Base Image