Tenzin Learning

DevOps

YOUR COSMETIC CARE STARTS HERE

Find the Best Cosmetic Hospitals

Trusted • Curated • Easy

Looking for the right place for a cosmetic procedure? Explore top cosmetic hospitals in one place and choose with confidence.

“Small steps lead to big changes — today is a perfect day to begin.”

Explore Cosmetic Hospitals Compare hospitals, services & options quickly.

✓ Shortlist providers • ✓ Review options • ✓ Take the next step with confidence


– What is Docker

Docker is a deployment tool that uses container for package application.

– What is Container

Container is a lightweight machine which doesn’t require a separate operating system.
– Top 10 commands with 1 example of using docker container

docker version

docker create –name=xyz httpd

docker start containername

docker ps -a

docker push containername

docker pull containername

docker login

docker logout

docker run -itd –name containername

docker exec -it containername

docker images


– 5 commands with 1 example of using docker image

docker images

docker rmi imagename

docker pull imagename


– 5 commands with 1 example of using docker registry

docker login

docker logout

docker tag imagename newimagename

docker push repositoryname

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.