Skip to content

in this repository you can learn zero to hero for docker. Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.The software that hosts the containers is called Docker Engine.

Notifications You must be signed in to change notification settings

imdesai00/Docker

Repository files navigation

Docker

Docker is a platform for developing, shipping, and running applications in containers. Containers are lightweight, standalone, executable packages that contain everything needed to run an application, including the code, runtime, libraries, and dependencies. Docker provides a way to package and distribute applications in a consistent and portable manner across different environments, such as development, testing, and production.

Lessons Learned

What did you learn while building this project? What challenges did you face and how did you overcome them?

  • docker engine
  • docker file
  • docker image
  • docker container
  • docker compose
  • docker hub
  • docker volume
  • docker network

Documentation

Docker Documentation

About

in this repository you can learn zero to hero for docker. Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.The software that hosts the containers is called Docker Engine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published