How To Install and Use Docker on Ubuntu 16.04/18.04/Aws Ec2

Introduction Docker is an open-source containerization tool that allows you to easily build, test, and deploy applications. Docker helps to package an application with all parts (code, logs, libraries, configuration settings, and other dependencies) and allows them to run as isolated containers. Containers are lighter weight, portable.self-sufficient, and easier to manage. Docker software is maintained […]

Read more