[FreeCourseSite.Com] Udemy - Docker &Amp; Kubernetes The Complete Practical Guide

Torrent Details

[FreeCourseSite.com] Udemy - Docker & Kubernetes The Complete Practical Guide[FreeCourseSite.com] Udemy - Docker & Kubernetes The Complete Practical Guide

NAME
[FreeCourseSite.com] Udemy - Docker & Kubernetes The Complete Practical Guide.torrent
CATEGORY
Other
INFOHASH
bc12c087f18550b88a4d3f08f9c2639afa0914b2
SIZE
11.1 GB in 93 files
ADDED
Uploaded on 07-10-2023 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

TO GET DIRECT DOWNLOAD LINKS OR GOOGLE DRIVE LINKS VISIT OUR WEBSITE
FOR MORE PREMIUM UDEMY COURSES VISIT: https://freecoursesite.com

Udemy - Docker & Kubernetes: The Complete Practical Guide

Complete Docker and Kubernetes Course - learn all core Docker features including Dockerfiles and Docker Compose.

Created by Bogdan Stashchuk | Software Engineer, MBA, PhD
Last updated 3/2023
English

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
01 - Introduction/001 Course introduction.mp438.2 MB
01 - Introduction/001 Course introduction_en.srt2.3 KB
01 - Introduction/002 Let's get connected! Join the Learning Community.html2.3 KB
01 - Introduction/003 GitHub Repository for the Docker course.html508 B
01 - Introduction/004 IMPORTANT Course Structure.html1.6 KB
02 - Docker Installation/001 CHAPTER 1 - Installing Docker Desktop on Mac.mp450.1 MB
02 - Docker Installation/001 CHAPTER 1 - Installing Docker Desktop on Mac_en.srt6.8 KB
02 - Docker Installation/002 Installing Docker Desktop on Windows.mp447.6 MB
02 - Docker Installation/002 Installing Docker Desktop on Windows_en.srt7 KB
02 - Docker Installation/003 Installing Docker Engine on Linux.mp4128.7 MB
02 - Docker Installation/003 Installing Docker Engine on Linux_en.srt10.6 KB
03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/001 Running hello-world container.mp464.7 MB
03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/002 Running Ubuntu container.mp4160.5 MB
03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/002 Running Ubuntu container_en.srt14 KB
03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/003 Running Busybox container.mp433.4 MB
03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/003 Running Busybox container_en.srt9.7 KB
03 - Basic Docker Containers (Ubuntu, Busybox, Alpine)/004 Alpine vs Busybox images.mp4184.8 MB
04 - Port and Volume Mapping in the Docker Containers/001 Running Nginx with exposed port.mp4108.7 MB
04 - Port and Volume Mapping in the Docker Containers/002 Nginx container with custom content.mp4185.4 MB
04 - Port and Volume Mapping in the Docker Containers/002 Nginx container with custom content_en.srt15.8 KB
04 - Port and Volume Mapping in the Docker Containers/003 Adding favicon to the project.mp457.2 MB
04 - Port and Volume Mapping in the Docker Containers/003 Adding favicon to the project_en.srt8.5 KB
04 - Port and Volume Mapping in the Docker Containers/004 WINDOWS using path variable.html315 B
04 - Port and Volume Mapping in the Docker Containers/005 Using path variable in volume mapping.mp454.8 MB
04 - Port and Volume Mapping in the Docker Containers/005 Using path variable in volume mapping_en.srt6 KB
05 - Docker Containers Management (Ubuntu, NGINX)/001 Running containers in background.mp441.3 MB
05 - Docker Containers Management (Ubuntu, NGINX)/001 Running containers in background_en.srt12.9 KB
05 - Docker Containers Management (Ubuntu, NGINX)/002 Running container with Pseudo TTY.mp490.9 MB
05 - Docker Containers Management (Ubuntu, NGINX)/002 Running container with Pseudo TTY_en.srt10.1 KB
05 - Docker Containers Management (Ubuntu, NGINX)/003 Creating multiple Ubuntu containers from the same image.mp425.9 MB
05 - Docker Containers Management (Ubuntu, NGINX)/003 Creating multiple Ubuntu containers from the same image_en.srt8.9 KB
05 - Docker Containers Management (Ubuntu, NGINX)/004 Running multiple Nginx servers.mp4166.3 MB
05 - Docker Containers Management (Ubuntu, NGINX)/004 Running multiple Nginx servers_en.srt14.4 KB
05 - Docker Containers Management (Ubuntu, NGINX)/005 Cleaning up stopped containers.mp466.4 MB
06 - Running Python Applications in Docker/001 Creating Python containers.mp420.8 MB
06 - Running Python Applications in Docker/001 Creating Python containers_en.srt7.6 KB
06 - Running Python Applications in Docker/002 Simple Python program.mp431.3 MB
06 - Running Python Applications in Docker/002 Simple Python program_en.srt10.4 KB
06 - Running Python Applications in Docker/003 CHALLENGE Simple Python calendar app.mp422.1 MB
06 - Running Python Applications in Docker/003 CHALLENGE Simple Python calendar app_en.srt3.6 KB
06 - Running Python Applications in Docker/004 CHALLENGE SOLUTION Simple Python calendar app.mp416.6 MB
06 - Running Python Applications in Docker/004 CHALLENGE SOLUTION Simple Python calendar app_en.srt6 KB
07 - Running Node.js Applications in Docker/001 Running Node.js container.mp485.5 MB
07 - Running Node.js Applications in Docker/001 Running Node.js container_en.srt7.4 KB
07 - Running Node.js Applications in Docker/002 Hello world application with Node.mp416 MB
07 - Running Node.js Applications in Docker/002 Hello world application with Node_en.srt5.9 KB
07 - Running Node.js Applications in Docker/003 Express web server using Node.mp4108.8 MB
07 - Running Node.js Applications in Docker/003 Express web server using Node_en.srt16.7 KB
07 - Running Node.js Applications in Docker/004 Add handling of the SIGINT and SIGTERM signals.mp426.1 MB
07 - Running Node.js Applications in Docker/004 Add handling of the SIGINT and SIGTERM signals_en.srt8.4 KB
07 - Running Node.js Applications in Docker/005 CHALLENGE Create files handling Node app.mp416.6 MB
07 - Running Node.js Applications in Docker/006 CHALLENGE SOLUTION Create files handling Node app.mp431.7 MB
07 - Running Node.js Applications in Docker/006 CHALLENGE SOLUTION Create files handling Node app_en.srt10.7 KB
07 - Running Node.js Applications in Docker/007 Conclusion - containers can create and modify external files.mp411.5 MB
07 - Running Node.js Applications in Docker/007 Conclusion - containers can create and modify external files_en.srt2.8 KB
08 - Running MongoDB Containers/001 Pulling Mongo image and creating first Mongo container.mp433.9 MB
08 - Running MongoDB Containers/001 Pulling Mongo image and creating first Mongo container_en.srt3.6 KB
08 - Running MongoDB Containers/002 Starting additional processes in the running container.mp468.3 MB
08 - Running MongoDB Containers/002 Starting additional processes in the running container_en.srt7.7 KB
08 - Running MongoDB Containers/003 What is entrypoint and where is it located.mp458.2 MB
08 - Running MongoDB Containers/003 What is entrypoint and where is it located_en.srt5.1 KB
08 - Running MongoDB Containers/004 Creating new Mongo database using Mongo shell.mp4123.4 MB
08 - Running MongoDB Containers/004 Creating new Mongo database using Mongo shell_en.srt9.8 KB
08 - Running MongoDB Containers/005 Running Mongo container with persistent database.mp4112.9 MB
08 - Running MongoDB Containers/005 Running Mongo container with persistent database_en.srt18.1 KB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/001 Starting Wordpress container.mp4100.1 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/001 Starting Wordpress container_en.srt8 KB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/002 Plan for the next lectures - networks and environment variables.mp411 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/002 Plan for the next lectures - networks and environment variables_en.srt2.5 KB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/003 Default bridge network and communication between containers.mp4121.4 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/003 Default bridge network and communication between containers_en.srt8.3 KB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/004 Exploring environment variables.mp440.7 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/004 Exploring environment variables_en.srt6.1 KB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/005 Starting MySQL container with env variable.mp437.6 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/005 Starting MySQL container with env variable_en.srt6.4 KB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/006 Launching another phpMyAdmin container.mp4105.9 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/007 Connecting phpMyAdmin to MySQL container.mp4139.5 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/007 Connecting phpMyAdmin to MySQL container_en.srt10.9 KB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/008 Making notes of the commands.mp466.5 MB
09 - Communication between Containers and Environment Variables (MySQL, phpMyAdmin)/008 Making notes of the commands_en.srt5.4 KB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/001 Communication using hostnames in the default bridge network.mp4116.1 MB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/001 Communication using hostnames in the default bridge network_en.srt8.8 KB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/002 Inspecting default bridge network.mp433.1 MB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/002 Inspecting default bridge network_en.srt5.3 KB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/003 Creating new custom bridge network.mp415.2 MB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/003 Creating new custom bridge network_en.srt3.9 KB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/004 Creating busybox containers in the custom network.mp453 MB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/004 Creating busybox containers in the custom network_en.srt8.3 KB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/005 Using custom persistent names for connectivity in the custom network.mp492.7 MB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/005 Using custom persistent names for connectivity in the custom network_en.srt10 KB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/006 MySQL and phpMyAdmin in the custom network.mp4136.1 MB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/006 MySQL and phpMyAdmin in the custom network_en.srt14.5 KB
10 - Default and Custom Bridge Networks in Docker (Wordpress, MySQL)/007 CHALLENGE Wordpress with MySQL and phpMyAdmin.mp450.1 MB

Alternative Torrents for 'FreeCourseSite.com Udemy Docker Kubernetes Complete Practical Guide'.

There are no alternative torrents found.