{"id":20289933,"url":"https://github.com/stacksimplify/docker-in-a-weekend","last_synced_at":"2025-04-05T23:05:10.131Z","repository":{"id":262250748,"uuid":"886667663","full_name":"stacksimplify/docker-in-a-weekend","owner":"stacksimplify","description":"Docker in a Weekend: 40 Practical Demos for DevOps Learners","archived":false,"fork":false,"pushed_at":"2024-11-11T23:34:00.000Z","size":5568,"stargazers_count":43,"open_issues_count":0,"forks_count":135,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T22:04:05.792Z","etag":null,"topics":["docker","docker-build","docker-builder","docker-buildx","docker-client","docker-commands","docker-compose","docker-compose-files","docker-container","docker-image","docker-images","docker-registry","dockerfile","dockerhub"],"latest_commit_sha":null,"homepage":"https://stacksimplify.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stacksimplify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-11T11:46:10.000Z","updated_at":"2025-03-27T08:51:32.000Z","dependencies_parsed_at":"2024-11-11T12:42:04.602Z","dependency_job_id":"89fa2620-de26-4017-806c-7ebc0dffaa85","html_url":"https://github.com/stacksimplify/docker-in-a-weekend","commit_stats":null,"previous_names":["stacksimplify/docker-in-a-weekend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fdocker-in-a-weekend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fdocker-in-a-weekend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fdocker-in-a-weekend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stacksimplify%2Fdocker-in-a-weekend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stacksimplify","download_url":"https://codeload.github.com/stacksimplify/docker-in-a-weekend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411226,"owners_count":20934653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-build","docker-builder","docker-buildx","docker-client","docker-commands","docker-compose","docker-compose-files","docker-container","docker-image","docker-images","docker-registry","dockerfile","dockerhub"],"created_at":"2024-11-14T15:05:34.191Z","updated_at":"2025-04-05T23:05:10.098Z","avatar_url":"https://github.com/stacksimplify.png","language":"Java","readme":"# [Docker in a Weekend: 40 Practical Demos for DevOps Learners](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n\n[![Image](docker-1.png \"Docker in a Weekend: 40 Practical Demos for DevOps Learners\")](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n\n## [Course Details](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n- **Title:** [Docker in a Weekend: 40 Practical Demos for DevOps Learners](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n- **Sub Title:** Master Dockerfiles, Docker Build, Docker Compose, Multi-Container Apps, and Multi-Stage Builds with 40 Practical Demos\n\n## [Course Modules](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n1. **Demo-01:** Install Docker Desktop, Sign Up to Docker Hub\n2. **Demo-02:** Docker Commands: `pull`, `run`, `exec`, `stop`, `start`, `rm`, `rmi`\n3. **Demo-03:** Build Docker Image and Push to Docker Hub\n4. **Demo-04:** Dockerfile - `LABELS` Instruction\n5. **Demo-05:** Dockerfile - `ADD` vs `COPY` Instructions\n6. **Demo-06:** Dockerfile - `ADD` Fetch from URL (GitHub Release)\n7. **Demo-07:** Dockerfile - `ARG` Instruction\n8. **Demo-08:** Dockerfile - `RUN` and `EXPOSE` Instructions\n9. **Demo-09:** Dockerfile - `ENV`, `ARG`, `CMD`, `WORKDIR` Instructions\n10. **Demo-10:** Dockerfile - `CMD` Instruction - Override with `docker run`\n11. **Demo-11:** Dockerfile - `ENTRYPOINT` Instruction\n12. **Demo-12:** Dockerfile - `HEALTHCHECK` Instruction\n13. **Demo-13:** Dockerfile - `USER` Instruction\n14. **Demo-14:** Docker Ports: `-p` and `-P` flags\n15. **Demo-15:** Docker Volume - Basics\n16. **Demo-16:** Docker Volumes: Use Docker Volumes with Docker Containers\n17. **Demo-17:** Docker Volumes: Populate Data in Docker Volumes using Containers\n18. **Demo-18:** Docker Volumes: Mount a Volume Sub-directory\n19. **Demo-19:** Docker Bind Mounts: Basics\n20. **Demo-20:** Docker Bind Mounts: Mount in Read-Only Mode\n21. **Demo-21:** Docker Volumes vs Bind Mounts with Non-empty Directory Use Case\n22. **Demo-22:** Docker `tmpfs` Mount\n23. **Demo-23:** Deploy Multi-container Applications using Docker Commands\n24. **Demo-24:** Docker Compose: Basics (MySQL DB as Service)\n25. **Demo-25:** Docker Compose: Named Volumes with Additional Metadata\n26. **Demo-26:** Docker Compose: Multi-container Application - UMS WebApp + MySQL DB\n27. **Demo-27:** Docker Compose: DEPLOY (Scale Containers) - Nginx + UMS Web + MySQL DB\n28. **Demo-28:** Docker Compose: NETWORKS (Frontend: Web, App, Backend: App, DB)\n29. **Demo-29:** Docker Compose: `HEALTHCHECKS`\n30. **Demo-30:** Docker Compose: STARTUP ORDER with Conditions\n31. **Demo-31:** Docker Compose: `PROFILES`\n32. **Demo-32:** Docker Compose: `LINKS`\n33. **Demo-33:** Docker Compose: `ALIASES`\n34. **Demo-34:** Docker Compose: `BUILD`\n35. **Demo-35:** Docker Compose: DEVELOP WATCH with `SYNC` + `RESTART`\n36. **Demo-36:** Docker Compose: DEVELOP WATCH with `SYNC` + `REBUILD`\n37. **Demo-37:** Docker BuildKit: `buildx` CLI, Local and Build Cloud Builders\n38. **Demo-38:** Docker BuildKit: Build Multi-platform Docker Images\n39. **Demo-39:** Docker Build Cloud: Remote Builds using Cloud Builder\n40. **Demo-40:** Docker Multi-stage Builds\n\n\n## [Docker Concepts covered](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n1. **Docker Installation and Setup**\n   - Installing Docker Desktop\n   - Signing up for Docker Hub\n\n2. **Basic Docker Commands**\n   - Pulling, running, executing, stopping, starting, removing containers and images\n\n3. **Docker Image Management**\n   - Building and pushing Docker images\n\n4. **Dockerfile Instructions**\n   - `LABELS`, `ADD` vs `COPY`, `ARG`, `RUN`, `EXPOSE`, `ENV`, `CMD`, `WORKDIR`, `ENTRYPOINT`, `HEALTHCHECK`, `USER`\n\n5. **Docker Ports**\n   - Mapping ports using `-p` and `-P` flags\n\n6. **Docker Volumes and Data Management**\n   - Docker volumes basics, usage with containers, data population, sub-directory mounts, and differences between volumes and bind mounts\n\n7. **Docker Bind Mounts**\n   - Basics, read-only mode, and non-empty directory use cases\n\n8. **Temporary File Storage**\n   - `tmpfs` mounts\n\n9. **Multi-container Applications**\n   - Deploying multi-container applications with Docker commands\n\n10. **Docker Compose**\n    - Basics, named volumes with metadata, multi-container applications, scaling, networks, health checks, startup order, profiles, links, aliases, build, develop-watch features\n\n11. **Advanced Docker Compose Features**\n    - Network configurations, health checks, profiles, aliases, and links\n\n12. **Docker BuildKit**\n    - Using BuildKit for building multi-platform images and setting up builders\n\n13. **Docker Cloud Build**\n    - Remote builds using Docker’s cloud builder\n\n14. **Docker Multi-stage Builds**\n    - Creating optimized images through multi-stage builds\n\n## [What will students learn in your course?](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n1. You will learn Docker basics with foundational commands and setup.\n2. You will learn to install Docker Desktop and sign up for Docker Hub.\n3. You will learn essential Docker commands: pulling, running, stopping, and managing containers.\n4. You will learn to build Docker images from scratch and push them to Docker Hub.\n5. You will learn Dockerfile instructions like `LABELS`, `ADD`, `COPY`, and `ARG`.\n6. You will learn to use Dockerfile for `RUN`, `EXPOSE`, and other key instructions.\n7. You will learn how to manage environment variables and work with `CMD` and `ENTRYPOINT`.\n8. You will learn advanced Dockerfile instructions: `HEALTHCHECK`, `USER`, and optimizing image builds.\n9. You will understand Docker ports and how to map them using `-p` and `-P` flags.\n10. You will learn Docker Volumes to store persistent data and share data between containers.\n11. You will learn the difference between Docker Volumes and Bind Mounts and when to use each.\n12. You will learn to set up multi-container applications with Docker.\n13. You will master Docker Compose basics, including MySQL as a service.\n14. You will learn to manage multi-container applications using Docker Compose.\n15. You will learn Docker Compose features like scaling, networks, health checks, and startup orders.\n16. You will master Docker Compose `PROFILES`, `LINKS`, `ALIASES`, and named volumes.\n17. You will learn advanced Docker Compose configurations like `HEALTHCHECKS` and startup conditions.\n18. You will learn Docker BuildKit for efficient builds and multi-platform support.\n19. You will learn Docker Cloud for remote builds and managing cloud-based images.\n20. You will learn to use multi-stage builds to create lightweight and optimized Docker images. \n\n\n\n## [What are the requirements or prerequisites for taking your course?](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n- You don’t need prior Docker knowledge. We will start from the basics, with the first few demos covering foundational Docker concepts.\n- Access to a computer that supports Docker Desktop installation (Windows, Mac, or Linux) is required.\n- Some familiarity with concepts of software development and server environments will be helpful but is not mandatory.\n\n\n## [Who is this course for?](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n- This course is designed for students and professionals who want to learn Docker from scratch and gain hands-on experience with containerization.\n- Developers who want to understand how to create, manage, and deploy Docker containers in real-world scenarios.\n- DevOps engineers and system administrators who are interested in mastering Docker to streamline application deployment and management.\n- Anyone aiming to build skills in containerized applications, multi-container environments, and Docker Compose.\n- Those interested in exploring advanced Docker concepts, such as multi-stage builds, Dockerfile optimization, and Docker Compose networking.\n\n## [Github Repositories used for this course](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n- [docker-in-a-weekend](https://github.com/stacksimplify/docker-in-a-weekend)\n- **Important Note:** Please go to these repositories and FORK these repositories and make use of them during the course.\n\n## [Each of my courses come with](https://links.stacksimplify.com/docker-in-a-weekend-40-practical-demos-for-devops)\n- Amazing Hands-on Step By Step Learning Experiences\n- Practical demos for each and every concept\n- Friendly Support in the Q\u0026A section\n- \"30-Day \"No Questions Asked\" Money Back Guaranteed by Udemy\"\n\n## My Other GCP (Google Cloud Courses)\n### [GCP Terraform on Google Cloud:DevOps SRE 30 Real-World Demos](https://links.stacksimplify.com/gcp-terraform-on-google-cloud-devops-sre-iac)\n\n[![Image](gcp-terraform-2.png \"GCP Terraform on Google Cloud:DevOps SRE 30 Real-World Demos\")](https://links.stacksimplify.com/gcp-terraform-on-google-cloud-devops-sre-iac)\n\n### [GCP Associate Cloud Engineer Google Certification -150 Demos](https://links.stacksimplify.com/gcp-associate-cloud-engineer-google-certification)\n\n[![Image](gcp-ace-2.png \"GCP Associate Cloud Engineer Google Certification -150 Demos\")](https://links.stacksimplify.com/gcp-associate-cloud-engineer-google-certification)\n\n\n### [GCP GKE Google Kubernetes Engine DevOps 75 Real-World Demos](https://links.stacksimplify.com/gcp-google-kubernetes-engine-gke-with-devops)\n\n[![Image](images/course-title.png \"Google Kubernetes Engine GKE with DevOps 75 Real-World Demos\")](https://links.stacksimplify.com/gcp-google-kubernetes-engine-gke-with-devops)\n\n# [GCP GKE Terraform on Google Kubernetes Engine DevOps SRE IaC - 40 Real-World Demos](https://links.stacksimplify.com/gcp-gke-terraform-on-google-kubernetes-engine)\n\n[![Image](gcp-gke-terraform-2.png \"GCP GKE Terraform on Google Kubernetes Engine DevOps SRE\")](https://links.stacksimplify.com/gcp-gke-terraform-on-google-kubernetes-engine)\n\n\n## My Other AWS Courses\n- [Udemy Enroll](https://www.stacksimplify.com/azure-aks/courses/stacksimplify-best-selling-courses-on-udemy/)\n\n## Stack Simplify Udemy Profile\n- [Udemy Profile](https://www.udemy.com/user/kalyan-reddy-9/)\n\n# HashiCorp Certified: Terraform Associate - 50 Practical Demos\n[![Image](https://stacksimplify.com/course-images/hashicorp-certified-terraform-associate-highest-rated.png \"HashiCorp Certified: Terraform Associate - 50 Practical Demos\")](https://links.stacksimplify.com/hashicorp-certified-terraform-associate) \n\n# AWS EKS - Elastic Kubernetes Service - Masterclass\n[![Image](https://stacksimplify.com/course-images/AWS-EKS-Kubernetes-Masterclass-DevOps-Microservices-course.png \"AWS EKS Kubernetes - Masterclass\")](https://www.udemy.com/course/aws-eks-kubernetes-masterclass-devops-microservices/?referralCode=257C9AD5B5AF8D12D1E1)\n\n\n# Azure Kubernetes Service with Azure DevOps and Terraform \n[![Image](https://stacksimplify.com/course-images/azure-kubernetes-service-with-azure-devops-and-terraform.png \"Azure Kubernetes Service with Azure DevOps and Terraform\")](https://www.udemy.com/course/azure-kubernetes-service-with-azure-devops-and-terraform/?referralCode=2499BF7F5FAAA506ED42)\n\n# Terraform on AWS with SRE \u0026 IaC DevOps | Real-World 20 Demos\n[![Image](https://stacksimplify.com/course-images/terraform-on-aws-best-seller.png \"Terraform on AWS with SRE \u0026 IaC DevOps | Real-World 20 Demos\")](https://links.stacksimplify.com/terraform-on-aws-with-sre-and-iacdevops)\n\n# Azure - HashiCorp Certified: Terraform Associate - 70 Demos\n[![Image](https://stacksimplify.com/course-images/azure-hashicorp-certified-terraform-associate-highest-rated.png \"Azure - HashiCorp Certified: Terraform Associate - 70 Demos\")](https://links.stacksimplify.com/azure-hashicorp-certified-terraform-associate)\n\n# Terraform on Azure with IaC DevOps and SRE | Real-World 25 Demos\n\n[![Image](https://stacksimplify.com/course-images/terraform-on-azure-with-iac-azure-devops-sre-1.png \"Terraform on Azure with IaC DevOps and SRE | Real-World 25 Demos\")](https://links.stacksimplify.com/terraform-on-azure-with-iac-devops-sre)\n\n# [Terraform on AWS EKS Kubernetes IaC SRE- 50 Real-World Demos](https://links.stacksimplify.com/terraform-on-aws-eks-kubernetes-iac-sre)\n\n[![Image](https://stacksimplify.com/course-images/terraform-on-aws-eks-kubernetes.png \"Terraform on AWS EKS Kubernetes IaC SRE- 50 Real-World Demos \")](https://links.stacksimplify.com/terraform-on-aws-eks-kubernetes-iac-sre)\n\n# [Helm Masterclass: 50 Practical Demos for Kubernetes DevOps](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n[![Image](images/helm-highest-rated.png \"Helm Masterclass: 50 Practical Demos for Kubernetes DevOps\")](https://links.stacksimplify.com/helm-masterclass-kubernetes-devops)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksimplify%2Fdocker-in-a-weekend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstacksimplify%2Fdocker-in-a-weekend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstacksimplify%2Fdocker-in-a-weekend/lists"}