Udemy - The Complete Docker Bootcamp for Web Developers (2020) [G...

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 1.7 GB
  • Uploaded By escobar623
  • Downloads 347
  • Last checked 3 days ago
  • Date uploaded 5 years ago
  • Seeders 6
  • Leechers 5

Infohash : E2D6C7F8B52CE6E2F773F607AC4319C114BDA206



Udemy - The Complete Docker Bootcamp for Web Developers (2020)

This course will teach you how to use Docker professionally. You will be able to add Docker to your CV & start using your Docker skills professionally every day. In this course is for total Docker beginners where I will teach you everything you need to know about getting started with Docker. If you have never worked with containerization before, or you need a quick refresher on the most common commands and patterns using Docker, then this course is for you. You will deep dive into lots of little details so that you can add Docker confidently to your own portfolio. By the end, you’ll become a Docker Expert ready to build Development Environments using Docker.

For more Udemy Courses: https://gigacourse.com

Files:

[GigaCourse.com] Udemy - The Complete Docker Bootcamp for Web Developers (2020) 1. Introduction
  • 1. Introduction and Roadmap for this course.mp4 (5.2 MB)
  • 1. Introduction and Roadmap for this course.srt (3.4 KB)
  • 2. Housekeeping Where to find code examples and more.mp4 (14.2 MB)
  • 2. Housekeeping Where to find code examples and more.srt (5.8 KB)
  • 3. Join our Facebook Group.html (0.5 KB)
  • 4. Introduction to Local Development vs. Virtual Box vs. Docker - WHY use docker.mp4 (279.9 MB)
  • 4. Introduction to Local Development vs. Virtual Box vs. Docker - WHY use docker.srt (20.6 KB)
2. Installing Docker on Windows Pro, Windows Home, MacBook or Linux
  • 1. Install Docker Desktop on Windows Professional or Server (with Hyper-V).mp4 (41.1 MB)
  • 1. Install Docker Desktop on Windows Professional or Server (with Hyper-V).srt (7.3 KB)
  • 1.1 S00L01 - Installing Docker for Windows Professional with Hyper-V Enabled.pdf (86.0 KB)
  • 2. Install Docker Desktop on Mac.mp4 (42.7 MB)
  • 2. Install Docker Desktop on Mac.srt (3.9 KB)
  • 2.1 S00L02 - Install Docker for Mac.pdf (78.7 KB)
  • 3. Install Docker Toolbox on Windows Home (without Hyper-V).mp4 (37.7 MB)
  • 3. Install Docker Toolbox on Windows Home (without Hyper-V).srt (8.2 KB)
  • 3.1 S00L03 - Install Docker Toolbox for Windows Home.pdf (81.0 KB)
  • 4. Install Docker.html (0.2 KB)
  • 5. Run-Through Install Docker on Linux.html (0.6 KB)
3. Understanding Docker Run with Volume mounting and important flags step by step
  • 1. Running a single Docker Container Explained Step-By-Step.mp4 (51.8 MB)
  • 1. Running a single Docker Container Explained Step-By-Step.srt (9.5 KB)
  • 1.1 S01L01 - Running a single docker container explained step by step.pdf (115.7 KB)
  • 2. Running multiple Docker Containers, detaching and docker attach step by step.mp4 (47.4 MB)
  • 2. Running multiple Docker Containers, detaching and docker attach step by step.srt (8.2 KB)
  • 2.1 S01L02 - Running multiple docker containers from the command line step by step.pdf (148.8 KB)
  • 3. Running Docker Containers with a Shared Host File System (Volume Mounting).mp4 (49.1 MB)
  • 3. Running Docker Containers with a Shared Host File System (Volume Mounting).srt (10.8 KB)
  • 3.1 S01L03 - Running docker containers with a shared host file system (a.k.a. docker volumes).pdf (120.2 KB)
  • 4. Running PHP Scripts with Volume Mounting in Docker Containers - Practical Exampe.mp4 (61.5 MB)
  • 4. Running PHP Scripts with Volume Mounting in Docker Containers - Practical Exampe.srt (7.3 KB)
  • 4.1 S01L04 - Using PHP with volume mounting in docker images step by step.pdf (134.1 KB)
  • 5. How To Speed Up Volume Mounting On Mac-Devices (osxfs-caching problems).html (1.2 KB)
  • 6. How to access Server Logs in Docker and How to do Port Forwarding in Docker.mp4 (77.3 MB)
  • 6. How to access Server Logs in Docker and How to do Port Forwarding in Docker.srt (9.5 KB)
  • 6.1 S01L05 - Server Logs and Port Forwarding in Docker.pdf (155.7 KB)
  • 7. Cheat Sheet for this Section.html (0.4 KB)
  • 7.1 Docker Cheat Sheet.pdf (376.8 KB)
4. Creating Docker Images and a Custom Configuration with Dockerfile in Docker
  • 1. Write your first Dockerfile Step-By-Step Explained for Beginners.mp4 (52.3 MB)
  • 1. Write your first Dockerfile Step-By-Step Explained for Beginners.srt (8.1 KB)
  • 1.1 S02L01 - Writing your first Dockerfile.pdf (157.8 KB)
  • 2. Use a custom PHP Development Server inside a Container based on a Dockerfile.mp4 (39.9 MB)
  • 2. Use a custom PHP Development Server inside a Container based on a Dockerfile.srt (5.8 KB)
  • 2.1 S02L02 - Using a PHP Dev-Server inside a Container with a Dockerfile.pdf (149.5 KB)
  • 3. Ship your Web-Application using ApachePHP as Docker Image with a Dockerfile.mp4 (41.4 MB)
  • 3. Ship your Web-Application using ApachePHP as Docker Image with a Dockerfile.srt (4.3 KB)
  • 3.1 S02L03 - Ship your Web-Application using Apache and PHP as Docker container with a Dockerfile.pdf (143.1 KB)
  • 4. Upload Custom Images to Docker-Hub Image Repository.mp4 (113.1 MB)
  • 4. Upload Custom Images to Docker-Hub Image Repository.srt (14.0 KB)
  • 4.1 S02L04 - Uploading Images to Docker Hub.pdf (144.0 KB)
5. Reading, Understanding and Writing docker-compose.yml files step by step
  • 1. The docker-compose.yml File Explained Line-by-Line.mp4 (58.8 MB)
  • 1. The docker-compose.yml File Explained Line-by-Line.srt (10.0 KB)
  • 1.1 S03L01 - The docker-compose.pdf (151.9 KB)
  • 2. This is how you use Docker-Compose to Start and Stop Services.mp4 (28.0 MB)
  • 2. This is how you use Docker-Compose to Start and Stop Services.srt (5.1 KB)
  • 2.1 S03L02 - Learn to use docker-compose.pdf (166.1 KB)
  • 3. Build your own Images with Custom Configuration using Docker-Compose.mp4 (47.5 MB)
  • 3. Build your own Images with Custom Configuration using Docker-Compose.srt (6.3 KB)
  • 3.1 S03L03 - Build your own images with custom configuration using docker compose and the docker-compose.pdf (181.0 KB)
  • 4. A Sample Development Environment (PHPApacheMySQL) using docker-compose.yml.mp4 (73.2 MB)
  • 4. A Sample Development Environment (PHPApacheMySQL) using docker-compose.yml.srt (9.5 KB)
  • 4.1 S03L04 - Build your environment with a simple php apache and database using docker-compose.pdf (196.8 KB)
  • 5. Understanding Data Persistence in Host-Volume Mounted Directories Step by Step.mp4 (40.8 MB)
  • 5. Understanding Data Persistence in Host-Volume Mounted Directories Step by Step.srt (7.6 KB)
  • 5.1 S03L05 - Databases and Data Peristence in Host-Directory Mounted Volumes.pdf (176.5 KB)
  • 6. Understanding Data Persistence in Named-Volumes and Data-Sharing in Containers.mp4 (62.6 MB)
  • 6. Understanding Data Persistence in Named-Volumes and Data-Sharing in Containers.srt (10.1 KB)
  • 6.1 S03L06 - Data Peristence in Named Volumes and Data Sharing Across Containers.pdf (154.5 KB)
6. Understanding Network Segregation using Bridge Networks in Docker-Compose
  • 1. Understanding Network Segregation in Docker and the Docker0 network.mp4 (41.0 MB)
  • 1. Understanding Network Segregation in Docker and the Docker0 network.srt (9.4 KB)
  • 1.1 S04L01 - Understanding Network Segregation in Docker.pdf (175.5 KB)
  • 2. Creating a Specific Network in the docker-compose.yml file.mp4 (20.1 MB)
  • 2. Creating a Specific Network in the docker-compose.yml file.srt (3.8 KB)
  • 2.1 S04L02 - Creating Networks with docker-compose.pdf (146.8 KB)
  • 3. Using and Defining Networks in docker-compose.yml file for Network Segregation.mp4 (41.2 MB)
  • 3.1 S04L03 - Using networks in docker-compose for Segregation.pdf (147.6 KB)
7. Practical Example of a docker-compose.yml Envrionment in WordPress
  • 1. Understanding and Improving the Wordpress docker-compose.yml file.mp4 (78.9 MB)
  • 1. Understanding and Improving the Wordpress docker-compose.yml file.srt (12.4 KB)
  • 1.1 S06L01 - Real World Docker-Compose File.pdf (153.7 KB)
8. Practical Example of a docker-compose.yml Envrionment in Laravel
  • 1. Install Laravel with composer from php via Docker.mp4 (30.1 MB)
  • 1. Install Laravel with composer from php via Docker.srt (4.1 KB)
  • 2. Dockerize the Local Laravel Environment using Docker-compose.mp4 (112.9 MB)
  • 2. Dockerize the Local Laravel Environment using Docker-compose.srt (14.8 KB)
  • 3. Add in a Database and Redis into the local Docker-Compose environment.mp4 (73.8 MB)
  • 3. Add in a Database and Redis into the local Docker-Compose environment.srt (8.1 KB)
  • 4. Add in a user Registration Login Functionality for Laravel via Vue JS.mp4 (38.3 MB)
  • 4. Add in a user Registration Login Functionality for Laravel via Vue JS.srt (4.4 KB)
9. Bonus Section
  • 1. Thank you for buying this course Closing words.mp4 (23.2 MB)
  • 1. Thank you for buying this course Closing words.srt (1.3 KB)
  • 2. Bonus Lecture.html (3.7 KB)
  • Readme.txt (0.9 KB)
  • [GigaCourse.com].url (0.0 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://tracker.opentrackr.org:1337/announce
  • udp://p4p.arenabg.com:1337/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://9.rarbg.to:2710/announce
  • udp://9.rarbg.me:2710/announce
  • udp://exodus.desync.com:6969/announce
  • udp://open.stealth.si:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://tracker.sbsub.com:2710/announce
  • udp://retracker.lanta-net.ru:2710/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.moeking.me:6969/announce
  • udp://bt1.archive.org:6969/announce
  • http://tracker.nyap2p.com:8080/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://bt2.archive.org:6969/announce
  • http://tracker3.itzmx.com:6961/announce
  • http://tracker1.itzmx.com:8080/announce
  • udp://explodie.org:6969/announce
REVERSE-PROXY 🔄 RP (success) | 1223ms 📄 torrent 🕐 16 Jan 2026, 12:59:51 pm IST ⏰ 10 Feb 2026, 12:59:51 pm IST ✅ Valid for 24d 23h 🔄 Wait 10m