Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imdesai00/docker
- Owner: imdesai00
- Created: 2024-05-10T09:31:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T05:28:57.000Z (7 months ago)
- Last Synced: 2024-11-22T07:06:02.180Z (about 1 month ago)
- Topics: docker, docker-compose, docker-container, docker-image, docker-registry, dockerfile, dockerhub
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 LearnedWhat 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/)