Day 16 Task: Docker for DevOps Engineers.
Manish Negi
Aspiring DevOps Engineer | AWS | Linux | Bash Scripting | Docker | Git | Kubernetes | Jenkins
Day 16 Task: Docker for DevOps Engineers.
Docker
Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tools, code, and runtime. Using Docker, you can quickly deploy and scale applications into any environment and know your code will run.
Tasks
As you have already installed docker in previous days tasks, now is the time to run Docker commands.
These tasks involve simple operations that can be used to manage images and containers.