[go: up one dir, main page]

0% found this document useful (0 votes)
5 views1 page

Docker Essentials

Uploaded by

Raghavendra Sh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Docker Essentials

Uploaded by

Raghavendra Sh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Docker Essentials

Docker is the most widely used container platform.

It allows developers to build, ship, and run applications in containers.

Key concepts include: Images, Containers, Dockerfile, and Docker Hub.

Common commands: docker build, docker run, docker ps, docker stop.

You might also like