Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imdesai00/docker

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.
https://github.com/imdesai00/docker

docker docker-compose docker-container docker-image docker-registry dockerfile dockerhub

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://docs.docker.com/guides/)