Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swativerma2/docker-notes
A collection of concise notes covering essential Docker concepts, commands, and practices.
https://github.com/swativerma2/docker-notes
containerization docker docker-compose docker-container docker-networking docker-port docker-volumes dockerfile dockerimage multi-stage-build
Last synced: 23 days ago
JSON representation
A collection of concise notes covering essential Docker concepts, commands, and practices.
- Host: GitHub
- URL: https://github.com/swativerma2/docker-notes
- Owner: SwatiVerma2
- Created: 2024-09-05T09:23:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T07:21:56.000Z (about 1 month ago)
- Last Synced: 2024-12-19T02:09:20.164Z (23 days ago)
- Topics: containerization, docker, docker-compose, docker-container, docker-networking, docker-port, docker-volumes, dockerfile, dockerimage, multi-stage-build
- Homepage:
- Size: 904 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Notes
This repository contains essential notes and concepts for understanding and working with Docker. It covers fundamental Docker commands, best practices, and important features that will help you get started or deepen your knowledge of Docker.
## Topics Covered:
1. **01_dockerIntro.md** - Introduction to Docker and its basic components.
2. **02_command.md** - Common Docker commands and their usage.
3. **03_dockerfiles.md** - Writing Dockerfiles for containerization.
4. **04_volumes.md** - Understanding Docker volumes and managing persistent data.
5. **05_port-expose.md** - Exposing ports in Docker containers.
6. **06_docker-compose.md** - Managing multi-container Docker applications with Docker Compose.
7. **07_network.md** - Docker networking and connecting containers.
8. **08_multi-stage-build.md** - Optimizing Docker images using multi-stage builds.Each topic has its own markdown file, providing concise explanations, examples, and best practices. Explore these topics to improve your Docker knowledge!