Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justehmadsaeed/docker-basics
Learning and documenting the journey of Docker <3
https://github.com/justehmadsaeed/docker-basics
Last synced: 3 days ago
JSON representation
Learning and documenting the journey of Docker <3
- Host: GitHub
- URL: https://github.com/justehmadsaeed/docker-basics
- Owner: justEhmadSaeed
- Created: 2024-01-15T12:31:33.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T20:12:54.000Z (10 months ago)
- Last Synced: 2024-01-26T20:33:11.444Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOCKER BASICS 🐳
Docker is great!
So, why not add it to our skillset?
Docker provides a streamlined and efficient way to package, distribute, and run applications, making deployment easy.
I'm documenting my journey of learning and implementing Docker in my daily work.
Why Docker, you ask? Here are a few benefits that got me hooked:
1. Portability: Docker containers run consistently across various environments, from local development to production servers.
2. Isolation: Each container encapsulates dependencies, reducing conflicts and ensuring seamless collaboration among team members.
3. Resource Efficiency: Docker enables lightweight, resource-efficient containers, optimizing server usage and scalability.
4. Rapid Deployment: With Docker, deploying applications becomes lightning-fast, thanks to the containerization magic.Learning Docker isn't just about hopping on the latest tech trend – it's about staying relevant and mastering a tool that transforms the software development landscape.
### Lessons:
1. [Containerize a simple node app](/hello-docker/)
2. [Containerize a React app and publish Docker image](/react-docker/)
3. [Automating and Composing Docker](/compose-docker/)
4. [Docker Compose Watch (live changes) for a MERN App](/mern-docker/)
5. [Containerize a Next.js App](/next-docker/)