Assignment 2 by Nallagatla Sarvani [ 24-05-2022]
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
What is Docker ?
Docker is a container that communicate and configure files with each other through some defined channels, it is used in automation projects. Docker reduces time in deployment and make easy for the developer to build, run and test the process.
What is Container?
Container is a set of packages used to run the application quickly and reliable. Containers make sure that it works uniformly even there might be some variations in instances between developing. Containers are standard, secure and light weight
What are top 5 advantage of Docker?
SpeedĀ
Reduces cost and time
Secure
Deployment velocity
Reliable
Commands Used in 24-05-2022 Session
- docker start : starts already stopped containers.
- docker stopĀ : stops running containers
- docker infoĀ : shows system-wide information
- docker psĀ : lists various properties of containers
- docker restartĀ : stops and starts a container
- docker pullĀ : pulls an image or a repository from your local registry
- docker history : Displays the history of an image
- docker rm : removes containers
- docker rmiĀ : removes images
- docker exec : Runs a command in a container that is active or running.