种子简介
种子名称:
Docker, From Zero To Hero Become a DevOps Docker Master
文件类型:
视频
文件数目:
89个文件
文件大小:
6.86 GB
收录时间:
2023-7-28 01:59
已经下载:
3次
资源热度:
142
最近下载:
2024-11-28 13:38
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:58666662dd50a0593f03dafcade884e8dfe35f89&dn=Docker, From Zero To Hero Become a DevOps Docker Master
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
Docker, From Zero To Hero Become a DevOps Docker Master.torrent
1. Introduction - What is Docker/1. Introduction - What is Docker.mp445.11MB
1. Introduction - What is Docker/2. What is a container.mp438.15MB
1. Introduction - What is Docker/3. What is an image.mp449.79MB
1. Introduction - What is Docker/4. Containers vs Virtual Machines.mp458.68MB
1. Introduction - What is Docker/5. Basics of a Dockerfile.mp431.75MB
1. Introduction - What is Docker/6. Docker's Architecture.mp426.53MB
1. Introduction - What is Docker/7. Layering in Docker.mp448.89MB
2. Installation/1. Installation on Ubuntu.mp4113.73MB
2. Installation/2. Installation on Debian.mp457MB
2. Installation/3. Installation on CentOs.mp475.32MB
3. Docker Images - Your first touch/1. What is a Official Docker Image.mp488.07MB
3. Docker Images - Your first touch/2. Where are my local images.mp453.48MB
3. Docker Images - Your first touch/3. Create your first Docker Container!.mp4124.5MB
3. Docker Images - Your first touch/4. What is a Dockerfile.mp497.97MB
3. Docker Images - Your first touch/5. Build your first Image using a Dockerfile.mp471.7MB
3. Docker Images - Your first touch/6. Test your image by creating a Docker Container.mp4135.71MB
4. Docker Images - Learn about Dockerfiles/10. Keep it up! Handle USERs in your Dockerfile.mp4160.63MB
4. Docker Images - Learn about Dockerfiles/11. Make your images flexible! Use ARGs in the build process.mp487.5MB
4. Docker Images - Learn about Dockerfiles/12. What is the CMD.mp4158.26MB
4. Docker Images - Learn about Dockerfiles/13. Understand the output from the CMD.mp466.69MB
4. Docker Images - Learn about Dockerfiles/2. The FROM instruction - Take any image as a base!.mp430.22MB
4. Docker Images - Learn about Dockerfiles/3. The RUN instruction rocks!.mp464.25MB
4. Docker Images - Learn about Dockerfiles/4. Copy files with COPY.mp469.3MB
4. Docker Images - Learn about Dockerfiles/5. Download files from Internet using ADD.mp4129.94MB
4. Docker Images - Learn about Dockerfiles/6. Want to build like a pro Use the ENV instruction.mp440.83MB
4. Docker Images - Learn about Dockerfiles/7. Being organized matters! Understand the WORKDIR instruction.mp491.8MB
4. Docker Images - Learn about Dockerfiles/8. Metadata on the way! Use LABELs to follow the best practices.mp415.82MB
4. Docker Images - Learn about Dockerfiles/9. Quick Tip Browse the content of an image by creating a container.mp472.73MB
5. Docker Images - Build advanced images/1. Be careful with the context!.mp465.28MB
5. Docker Images - Build advanced images/10. Let's solve the challenge from the previous lesson!.mp4138.47MB
5. Docker Images - Build advanced images/11. Basics for MultiStage Build in Docker.mp4106.24MB
5. Docker Images - Build advanced images/12. Got the idea Now let's build a real image with MultiStage!.mp4146.22MB
5. Docker Images - Build advanced images/2. Dockerignore - Start ignoring the things you don't need!.mp498.02MB
5. Docker Images - Build advanced images/3. Let's talk about best practices when building images.mp476.98MB
5. Docker Images - Build advanced images/4. Building an Image with HTTP + SSLTLS + PHP - I.mp490.46MB
5. Docker Images - Build advanced images/5. Building an Image with HTTP + SSLTLS + PHP - II.mp4205.83MB
5. Docker Images - Build advanced images/6. What is a dangling image.mp466.98MB
5. Docker Images - Build advanced images/7. Removing dangling images!.mp441.19MB
5. Docker Images - Build advanced images/8. Back to building! Create an image with Nginx + PHP 7.mp4130.75MB
5. Docker Images - Build advanced images/9. Do you like challenges Let's keep building our NGINX image.mp4187.94MB
6. Docker Containers - Learn how containers work in depth/1. What is a Docker Container.mp414.7MB
6. Docker Containers - Learn how containers work in depth/10. DevOps Style Jenkins as a container!.mp438.63MB
6. Docker Containers - Learn how containers work in depth/11. For hungry containers only D Learn how to apply limits.mp4123.55MB
6. Docker Containers - Learn how containers work in depth/12. Copy files from your host to your container - Docker cp.mp489.64MB
6. Docker Containers - Learn how containers work in depth/13. Turn a container into an image with one command!.mp4102.92MB
6. Docker Containers - Learn how containers work in depth/14. Tip Override the CMD when running a container!.mp459.06MB
6. Docker Containers - Learn how containers work in depth/15. More tips Destroy containers automatically.mp436.73MB
6. Docker Containers - Learn how containers work in depth/16. Just one more tip Change the Docker Root Directory.mp484.29MB
6. Docker Containers - Learn how containers work in depth/2. Listing and creating containers.mp447.88MB
6. Docker Containers - Learn how containers work in depth/3. Remove and Rename Containers.mp440.22MB
6. Docker Containers - Learn how containers work in depth/4. More tips... Start, Stop, Map Ports!.mp499.83MB
6. Docker Containers - Learn how containers work in depth/5. Understand the Container's FileSystem.mp484.84MB
6. Docker Containers - Learn how containers work in depth/6. Do you like variables Let's learn how to create them in Containers.mp494.24MB
6. Docker Containers - Learn how containers work in depth/7. Let's launch a MySQL Container for the first time.mp4106.57MB
6. Docker Containers - Learn how containers work in depth/8. Mapping ports in MySQL!.mp498.16MB
6. Docker Containers - Learn how containers work in depth/9. More databases Let's create a PostgreSQL Container.mp491.23MB
7. Docker Volumes - Persist data in containers/1. What is a Docker Volume.mp416.27MB
7. Docker Volumes - Persist data in containers/10. Jenkins again! Persist your Jobs and configurations.mp4160.16MB
7. Docker Volumes - Persist data in containers/11. Developing a website Share your data with a Docker Nginx Container.mp460.71MB
7. Docker Volumes - Persist data in containers/12. Go deeper! Share volumes between containers.mp4112.21MB
7. Docker Volumes - Persist data in containers/2. Why are volumes so important Let's check it using MySQL.mp439.99MB
7. Docker Volumes - Persist data in containers/3. Bind Volumes Map folders to your container.mp4133.3MB
7. Docker Volumes - Persist data in containers/4. Normal Volumes Manage your volumes with the Docker CLI.mp488.22MB
7. Docker Volumes - Persist data in containers/5. Anonymous Volumes Be careful if you want to use them!.mp485.09MB
7. Docker Volumes - Persist data in containers/6. Understand some differences when using volumes.mp473.86MB
7. Docker Volumes - Persist data in containers/7. Back to the Dockerfile! Understand the VOLUME instruction.mp491.17MB
7. Docker Volumes - Persist data in containers/8. Dangling volumes. Yes, here we have more dangling stuff.mp464.2MB
7. Docker Volumes - Persist data in containers/9. MongoDB - Persist data in a NoSQL container.mp475.05MB
8. Docker Networks - Learn how to get containers communicated/1. Introduction - Networking in Docker.mp48.9MB
8. Docker Networks - Learn how to get containers communicated/2. What's the default network in Docker.mp468.63MB
8. Docker Networks - Learn how to get containers communicated/3. Ping containers in the default network.mp474.01MB
8. Docker Networks - Learn how to get containers communicated/4. Create your own network.mp445.78MB
8. Docker Networks - Learn how to get containers communicated/5. Embedded DNS! Ping containers by name in the same network.mp449.95MB
8. Docker Networks - Learn how to get containers communicated/6. Connect and disconnect networks.mp462.46MB
8. Docker Networks - Learn how to get containers communicated/7. Assign a static IP to a container.mp423.44MB
8. Docker Networks - Learn how to get containers communicated/8. The Host Network.mp427.77MB
8. Docker Networks - Learn how to get containers communicated/9. The None Network.mp422.47MB
9. Docker Compose - Put everything you learned together!/10. Install Drupal + PostgreSQL.mp4137.55MB
9. Docker Compose - Put everything you learned together!/11. Install Joomla + MySQL.mp4110.57MB
9. Docker Compose - Put everything you learned together!/12. Install PrestaShop + MySQL.mp4159.08MB
9. Docker Compose - Put everything you learned together!/13. Install WordPress + MySQL.mp482.07MB
9. Docker Compose - Put everything you learned together!/2. Introduction - Why Compose.mp413.67MB
9. Docker Compose - Put everything you learned together!/3. How do I install Docker Compose.mp420.34MB
9. Docker Compose - Put everything you learned together!/4. Let's go! First steps in Compose.mp4101.85MB
9. Docker Compose - Put everything you learned together!/5. Environment variables in Compose.mp497.47MB
9. Docker Compose - Put everything you learned together!/6. Volumes in Compose.mp473.98MB
9. Docker Compose - Put everything you learned together!/7. Networking in Compose.mp4102.97MB
9. Docker Compose - Put everything you learned together!/8. Build Docker images using Docker Compse.mp443.68MB
9. Docker Compose - Put everything you learned together!/9. Overwrite the CMD of an image with Compose.mp423.56MB