Define a docker image in 10 bullets points

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Docker image is a collection of filesystems. Each image has a unique UUID assigned via sha-256 algorithm.Each image and a container has storage device assocaited with it.Each file system represents a layer in the image.The base layer for any image is the rootFS.Every layer comes bundled with it’s parent layer.All the layers of an

Read more

Assignment Day-2 Answer

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Docker Update command Docker update command is used to change the configurations of one or more docker container dynamically. [root@ip-172-31-7-40 centos]# docker ps -aCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES15c695103fd0 jenkins/jenkins “/sbin/tini — /usr/…” 19 hours ago Exited (137) 7 minutes ago sharp_albattanie91a38a225ad ubuntu “bash” 20 hours ago Up 16 minutes practical_shirley[root@ip-172-31-7-40 centos]#[root@ip-172-31-7-40

Read more

Answer for Assignment – Day 1

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is the diff between docker pause and docker unpause? Docker pause command is used to move the processes running within the container to paused state by sending a signal SIGSTOP and then the docker unpause command can be used to bring back the processes to running state. What is the diff between docker

Read more