3. Containers & Images


01
When you first open docker both Containers and Images tabs will have nothing on them
02
The Images is what contains the packages the applications require to run on the kernal, like node, python libraries, and etc..
You can also create enviroment variables to use, as well as create access of use to directories on your system

