- Installing Docker on Ubuntu Linux.
- Pulling Docker Images to Run Containers.
- Listing/Removing Images and Containers.
- Getting Secure Shell (SSH) access to a Container.
- Executing Commands in a running Container.
- Monitoring Containers.
- Committing Container changes into a New Docker Image.
- Creating Custom Images using Dockerfile.
As you can see we have an adventure ahead, LETS GET TO IT!! Enjoy!!
- Docker
- Ubuntu Linux 22.04
- VirtualBox 7.0.12 & Oracle VM VirtualBox Extension Pack
Containers are packages of software the "contain" all the necessary parts for it run efficiently in any computing environment. These parts are all the compatible dependencies such as versions of programming langauges, system tools, system libraries, binary code, executable and configuration files.