FileMood

Download Udemy - Docker, From Zero To Hero Become a DevOps Docker Master

Udemy Docker From Zero To Hero Become DevOps Docker Master

Name

Udemy - Docker, From Zero To Hero Become a DevOps Docker Master

 DOWNLOAD Copy Link

Total Size

6.2 GB

Total Files

148

Hash

891F3C5B974D2158968ACBD2EB53F113CD26EE40

/1. Introduction - What is Docker/

1. Introduction - What is Docker.mp4

50.5 MB

1. Introduction - What is Docker.vtt

5.3 KB

2. What is a container.mp4

43.9 MB

2. What is a container.vtt

4.8 KB

3. What is an image.mp4

57.1 MB

3. What is an image.vtt

6.2 KB

4. Containers vs Virtual Machines.mp4

67.2 MB

4. Containers vs Virtual Machines.vtt

5.8 KB

5. Basics of a Dockerfile.mp4

36.5 MB

5. Basics of a Dockerfile.vtt

4.7 KB

6. Docker's Architecture.mp4

31.8 MB

6. Docker's Architecture.vtt

4.0 KB

7. Layering in Docker.mp4

55.6 MB

7. Layering in Docker.vtt

5.6 KB

8. References.html

0.3 KB

/2. Ready Let's head to the Installation/

1. Installation on Ubuntu.mp4

119.3 MB

1. Installation on Ubuntu.vtt

9.8 KB

2. Installation on Debian.mp4

59.8 MB

2. Installation on Debian.vtt

4.9 KB

3. Installation on CentOs.mp4

79.0 MB

3. Installation on CentOs.vtt

6.1 KB

/3. Your first touch with Images in Docker/

1. What is a Official Docker Image.mp4

92.3 MB

1. What is a Official Docker Image.vtt

9.3 KB

2. Where are my local images.mp4

56.1 MB

2. Where are my local images.vtt

5.0 KB

3. Create your first Docker Container!.mp4

130.5 MB

3. Create your first Docker Container!.vtt

12.7 KB

4. What is a Dockerfile.mp4

102.7 MB

4. What is a Dockerfile.vtt

10.6 KB

5. Build your first Image using a Dockerfile.mp4

75.2 MB

5. Build your first Image using a Dockerfile.vtt

6.8 KB

6. Test your image by creating a Docker Container.mp4

142.3 MB

6. Test your image by creating a Docker Container.vtt

12.0 KB

/4. Dockerfiles everywhere! Explore the most common instructions/

1. Resources for this and next section.html

0.4 KB

1.1 docker-udemy.tar.bz2.bz2

21.7 MB

10. Keep it up! Handle USERs in your Dockerfile.mp4

168.4 MB

10. Keep it up! Handle USERs in your Dockerfile.vtt

15.3 KB

11. Make your images flexible! Use ARGs in the build process.mp4

91.7 MB

11. Make your images flexible! Use ARGs in the build process.vtt

8.3 KB

12. What is the CMD.mp4

165.9 MB

12. What is the CMD.vtt

15.6 KB

13. Understand the output from the CMD.mp4

69.9 MB

13. Understand the output from the CMD.vtt

7.5 KB

2. The FROM instruction - Take any image as a base!.mp4

31.7 MB

2. The FROM instruction - Take any image as a base!.vtt

4.0 KB

3. The RUN instruction rocks!.mp4

67.4 MB

3. The RUN instruction rocks!.vtt

7.0 KB

4. Copy files with COPY.mp4

72.7 MB

4. Copy files with COPY.vtt

7.7 KB

5. Download files from Internet using ADD.mp4

136.3 MB

5. Download files from Internet using ADD.vtt

12.1 KB

6. Want to build like a pro Use the ENV instruction.mp4

42.8 MB

6. Want to build like a pro Use the ENV instruction.vtt

5.4 KB

7. Being organized matters! Understand the WORKDIR instruction.mp4

96.3 MB

7. Being organized matters! Understand the WORKDIR instruction.vtt

9.8 KB

8. Metadata on the way! Use LABELs to follow the best practices.mp4

16.6 MB

8. Metadata on the way! Use LABELs to follow the best practices.vtt

2.2 KB

9. Quick Tip Browse the content of an image by creating a container.mp4

76.3 MB

9. Quick Tip Browse the content of an image by creating a container.vtt

7.0 KB

/5. Want to have fun Let's build more images with some cool tips!/

1. Be careful with the context!.mp4

68.4 MB

1. Be careful with the context!.vtt

5.8 KB

10. Let's solve the challenge from the previous lesson!.mp4

145.2 MB

10. Let's solve the challenge from the previous lesson!.vtt

13.0 KB

11. Basics for MultiStage Build in Docker.mp4

111.4 MB

11. Basics for MultiStage Build in Docker.vtt

12.0 KB

12. Got the idea Now let's build a real image with MultiStage!.mp4

153.3 MB

12. Got the idea Now let's build a real image with MultiStage!.vtt

13.8 KB

2. Dockerignore - Start ignoring the things you don't need!.mp4

102.8 MB

2. Dockerignore - Start ignoring the things you don't need!.vtt

8.7 KB

3. Let's talk about best practices when building images.mp4

80.7 MB

3. Let's talk about best practices when building images.vtt

9.9 KB

4. Building an Image with HTTP + SSLTLS + PHP - I.mp4

94.8 MB

4. Building an Image with HTTP + SSLTLS + PHP - I.vtt

9.1 KB

5. Building an Image with HTTP + SSLTLS + PHP - II.mp4

215.8 MB

5. Building an Image with HTTP + SSLTLS + PHP - II.vtt

19.4 KB

6. What is a dangling image.mp4

70.2 MB

6. What is a dangling image.vtt

6.7 KB

7. Removing dangling images!.mp4

43.2 MB

7. Removing dangling images!.vtt

3.9 KB

8. Back to building! Create an image with Nginx + PHP 7.mp4

137.1 MB

8. Back to building! Create an image with Nginx + PHP 7.vtt

12.3 KB

9. Do you like challenges Let's keep building our NGINX image.mp4

197.1 MB

9. Do you like challenges Let's keep building our NGINX image.vtt

18.3 KB

/6. Let's start playing with Docker Containers now!/

1. What is a Docker Container.mp4

15.4 MB

1. What is a Docker Container.vtt

2.4 KB

10. DevOps Style Jenkins as a container!.mp4

40.5 MB

10. DevOps Style Jenkins as a container!.vtt

3.9 KB

11. For hungry containers only D Learn how to apply limits.mp4

129.5 MB

11. For hungry containers only D Learn how to apply limits.vtt

12.0 KB

12. Copy files from your host to your container - Docker cp.mp4

94.0 MB

12. Copy files from your host to your container - Docker cp.vtt

7.8 KB

13. Turn a container into an image with one command!.mp4

107.9 MB

13. Turn a container into an image with one command!.vtt

9.8 KB

14. Tip Override the CMD when running a container!.mp4

61.9 MB

14. Tip Override the CMD when running a container!.vtt

4.9 KB

15. More tips Destroy containers automatically.mp4

38.5 MB

15. More tips Destroy containers automatically.vtt

4.4 KB

16. Just one more tip Change the Docker Root Directory.mp4

88.4 MB

16. Just one more tip Change the Docker Root Directory.vtt

7.6 KB

2. Listing and creating containers.mp4

50.2 MB

2. Listing and creating containers.vtt

4.3 KB

3. Remove and Rename Containers.mp4

42.2 MB

3. Remove and Rename Containers.vtt

4.8 KB

4. More tips... Start, Stop, Map Ports!.mp4

104.7 MB

4. More tips... Start, Stop, Map Ports!.vtt

8.8 KB

5. Understand the Container's FileSystem.mp4

88.9 MB

5. Understand the Container's FileSystem.vtt

8.1 KB

6. Do you like variables Let's learn how to create them in Containers.mp4

98.8 MB

6. Do you like variables Let's learn how to create them in Containers.vtt

9.2 KB

7. Let's launch a MySQL Container for the first time.mp4

111.7 MB

7. Let's launch a MySQL Container for the first time.vtt

10.6 KB

8. Mapping ports in MySQL!.mp4

102.9 MB

8. Mapping ports in MySQL!.vtt

8.1 KB

9. More databases Let's create a PostgreSQL Container.mp4

95.6 MB

9. More databases Let's create a PostgreSQL Container.vtt

7.8 KB

/7. Persist data in Containers using Docker Volumes/

1. What is a Docker Volume.mp4

17.0 MB

1. What is a Docker Volume.vtt

2.5 KB

10. Developing a website Share your data with a Docker Nginx Container.mp4

63.6 MB

10. Developing a website Share your data with a Docker Nginx Container.vtt

7.2 KB

11. Go deeper! Share volumes between containers.mp4

117.7 MB

11. Go deeper! Share volumes between containers.vtt

13.0 KB

2. Why are volumes so important Let's check it using MySQL.mp4

41.9 MB

2. Why are volumes so important Let's check it using MySQL.vtt

4.0 KB

3. Bind Volumes Map folders to your container.mp4

139.8 MB

3. Bind Volumes Map folders to your container.vtt

11.3 KB

4. Normal Volumes Manage your volumes with the Docker CLI.mp4

92.5 MB

4. Normal Volumes Manage your volumes with the Docker CLI.vtt

8.2 KB

5. Understand some differences when using volumes.mp4

77.4 MB

5. Understand some differences when using volumes.vtt

7.3 KB

6. Back to the Dockerfile! Understand the VOLUME instruction.mp4

95.6 MB

6. Back to the Dockerfile! Understand the VOLUME instruction.vtt

8.8 KB

7. Dangling volumes. Yes, here we have more dangling stuff.mp4

67.3 MB

7. Dangling volumes. Yes, here we have more dangling stuff.vtt

6.0 KB

8. MongoDB - Persist data in a NoSQL container.mp4

78.7 MB

8. MongoDB - Persist data in a NoSQL container.vtt

7.1 KB

9. Jenkins again! Persist your Jobs and configurations.mp4

167.9 MB

9. Jenkins again! Persist your Jobs and configurations.vtt

14.9 KB

/8. Manage and deploy Docker Networks like a Pro!/

1. Introduction - Networking in Docker.mp4

9.3 MB

1. Introduction - Networking in Docker.vtt

1.2 KB

2. What's the default network in Docker.mp4

72.0 MB

2. What's the default network in Docker.vtt

6.2 KB

3. Ping containers in the default network.mp4

77.6 MB

3. Ping containers in the default network.vtt

7.7 KB

4. Create your own network.mp4

48.0 MB

4. Create your own network.vtt

5.4 KB

5. Embedded DNS! Ping containers by name in the same network.mp4

52.4 MB

5. Embedded DNS! Ping containers by name in the same network.vtt

4.9 KB

/9. Docker Compose - Coming Soon!/

1. I'll keep updating this section on July.html

0.0 KB

 

Total files 148


Copyright © 2024 FileMood.com