TorBT - Torrents and Magnet Links Search Engine

Pluralsight - Getting Started with Docker on Windows by Wes Higbee

File Name
Size
01.Course Overview/01.Course Overview.mp4
3.6 MB
02.What Is a Container/01.Installing Software Is Often Painful.mp4
5.7 MB
02.What Is a Container/02.Challenges Discovering Software.mp4
4.6 MB
02.What Is a Container/03.Challenges with Software Installation.mp4
3.0 MB
02.What Is a Container/04.Challenges with Running Software.mp4
3.2 MB
02.What Is a Container/05.Containers Are About Software Not Virtualization.mp4
3.6 MB
02.What Is a Container/06.Installing and Running MongoDB as a Traditional Application.mp4
25 MB
02.What Is a Container/07.Finding Software on Docker Hub.mp4
4.4 MB
02.What Is a Container/08.Downloading Software with docker pull.mp4
3.2 MB
02.What Is a Container/09.Running Software in a Container with docker run.mp4
6.4 MB
02.What Is a Container/10.A Running Container Is Just a Running Application.mp4
31 MB
02.What Is a Container/11.Stopping Apps in a Container Stops the Container.mp4
12 MB
02.What Is a Container/12.Why Docker and Containers.mp4
18 MB
03.Installing Docker for Windows/01.Module Intro.mp4
704 kB
03.Installing Docker for Windows/02.Installing Docker for Windows on Windows 10.mp4
17 MB
03.Installing Docker for Windows/03.What Docker for Windows Installs.mp4
14 MB
03.Installing Docker for Windows/04.Running Linux Containers on Windows.mp4
9.3 MB
03.Installing Docker for Windows/05.Docker Inverts Learning.mp4
5.6 MB
03.Installing Docker for Windows/06.Stopping Containers Means Stopping Processes.mp4
4.9 MB
03.Installing Docker for Windows/07.Restarting Containers and docker ps -a.mp4
4.4 MB
03.Installing Docker for Windows/08.Removing Containers Is Akin to Uninstalling Software.mp4
10 MB
03.Installing Docker for Windows/09.Removing Images Is Akin to Deleting an Installer.mp4
3.9 MB
03.Installing Docker for Windows/10.Running the Docker Docs in a Container.mp4
11 MB
03.Installing Docker for Windows/11.docker run -it and --name.mp4
12 MB
03.Installing Docker for Windows/12.Switching to Windows Containers.mp4
5.2 MB
03.Installing Docker for Windows/13.Running IIS in a Windows Container.mp4
13 MB
03.Installing Docker for Windows/14.Containers Have Their Own Isolated Network Adapter.mp4
6.4 MB
03.Installing Docker for Windows/15.Key Takeaways.mp4
4.4 MB
04.Installing Docker on Windows Server/01.How Docker for Windows Supports Both Windows and Linux Containers.mp4
7.4 MB
04.Installing Docker on Windows Server/02.Docker on Windows Architecture.mp4
2.9 MB
04.Installing Docker on Windows Server/03.Using the MSDN Windows Container Docs.mp4
8.9 MB
04.Installing Docker on Windows Server/04.Installing Docker on Windows.mp4
28 MB
04.Installing Docker on Windows Server/05.Running the Microsoft .NET Core Image.mp4
17 MB
04.Installing Docker on Windows Server/06.Running a Command Prompt Inside A Container.mp4
5.3 MB
04.Installing Docker on Windows Server/07.User Space and Kernel Space.mp4
4.3 MB
04.Installing Docker on Windows Server/08.Images Contain User Space.mp4
3.2 MB
04.Installing Docker on Windows Server/09.You Can Run Any App in the Image.mp4
3.5 MB
04.Installing Docker on Windows Server/10.Layers and Shared and Immutable.mp4
4.1 MB
04.Installing Docker on Windows Server/11.Controlling the Process That Runs in a Container.mp4
8.5 MB
04.Installing Docker on Windows Server/12.Defining a Container Host.mp4
881 kB
04.Installing Docker on Windows Server/13.Containers Have Isolated File Systems Created from Images.mp4
12 MB
04.Installing Docker on Windows Server/14.Namespaces Provide Isolation.mp4
6.9 MB
04.Installing Docker on Windows Server/15.Processes Are Isolated.mp4
15 MB
04.Installing Docker on Windows Server/16.Network Stacks Are Isolated.mp4
16 MB
04.Installing Docker on Windows Server/17.Environment Variables and Computer Name Are Different.mp4
9.5 MB
04.Installing Docker on Windows Server/18.The Registry Is Isolated.mp4
5.8 MB
04.Installing Docker on Windows Server/19.Users and Groups Are Isolated.mp4
8.8 MB
04.Installing Docker on Windows Server/20.There Are Two Types of Windows Containers.mp4
24 MB
04.Installing Docker on Windows Server/21.Running a Hyper-V Container.mp4
9.7 MB
04.Installing Docker on Windows Server/22.Key Takeaways.mp4
4.6 MB
05.Running Command Line Apps in Containers/01.Module Intro.mp4
892 kB
05.Running Command Line Apps in Containers/02.Exporting Images with docker save.mp4
2.1 MB
05.Running Command Line Apps in Containers/03.Switching Docker for Windows to Linux Containers.mp4
4.7 MB
05.Running Command Line Apps in Containers/04.Is This Image Safe to Use - Official Images and Automated Builds.mp4
10 MB
05.Running Command Line Apps in Containers/05.Running a Shell with the Alpine Linux Container.mp4
7.2 MB
05.Running Command Line Apps in Containers/06.Using Volumes to Share the Host File System with a Container.mp4
5.5 MB
05.Running Command Line Apps in Containers/07.Manipulating Host Files with Tools Only Installed in a Container.mp4
36 MB
05.Running Command Line Apps in Containers/08.Getting Files out of a Container Back onto the Host.mp4
34 MB
05.Running Command Line Apps in Containers/09.Extracting the File System from a Windows Container Image Layer.mp4
16 MB
05.Running Command Line Apps in Containers/10.Running nmap in a Container.mp4
5.2 MB
05.Running Command Line Apps in Containers/11.Converting Videos with ffmpeg in a Container.mp4
13 MB
05.Running Command Line Apps in Containers/12.Key Takeaways.mp4
4.6 MB
06.Building Images to Host Web Sites/01.Module Intro.mp4
713 kB
06.Building Images to Host Web Sites/02.Mapping Static Web Site Files into a Web Server Container.mp4
2.0 MB
06.Building Images to Host Web Sites/03.Volume Mount Web Site Files.mp4
12 MB
06.Building Images to Host Web Sites/04.Modifying Files in a Running Container.mp4
12 MB
06.Building Images to Host Web Sites/05.Copying Files into a Running Container.mp4
6.2 MB
06.Building Images to Host Web Sites/06.Baking Files into an Image from a Container.mp4
9.3 MB
06.Building Images to Host Web Sites/07.Running a Container from a Custom Image.mp4
5.2 MB
06.Building Images to Host Web Sites/08.Looking at Image Layers.mp4
13 MB
06.Building Images to Host Web Sites/09.Union File System.mp4
3.9 MB
06.Building Images to Host Web Sites/10.How Running Containers Turn into Images.mp4
3.3 MB
06.Building Images to Host Web Sites/11.docker history and docker diff.mp4
9.6 MB
06.Building Images to Host Web Sites/12.From Commands to Dockerfile.mp4
3.4 MB
06.Building Images to Host Web Sites/13.Using docker build to Create an Image.mp4
8.1 MB
06.Building Images to Host Web Sites/14.Creating an Image to Host a Web Site in IIS.mp4
4.4 MB
06.Building Images to Host Web Sites/15.Pushing Images to Docker Hub.mp4
9.1 MB
06.Building Images to Host Web Sites/16.Key Takeaways.mp4
1.9 MB
07.Running Databases in Containers/01.Module Introduction.mp4
622 kB
07.Running Databases in Containers/02.Running MSSQL 2016 Express in a Container.mp4
8.8 MB
07.Running Databases in Containers/03.Connecting SSMS to MSSQL in a Container.mp4
8.3 MB
07.Running Databases in Containers/04.Running MySQL in a Container.mp4
13 MB
07.Running Databases in Containers/05.Docker Managed Volumes.mp4
14 MB
07.Running Databases in Containers/06.Using Managed Volumes to Persist Data After Container Destruction.mp4
16 MB
07.Running Databases in Containers/07.Cleanup - Stopping All Running Containers.mp4
4.6 MB
07.Running Databases in Containers/08.Cleanup - Removing All Containers.mp4
6.1 MB
07.Running Databases in Containers/09.Cleanup - Removing Volumes.mp4
13 MB
07.Running Databases in Containers/10.Cleanup - Removing Dangling Volumes.mp4
17 MB
07.Running Databases in Containers/11.Cleanup - Removing All Images.mp4
5.6 MB
07.Running Databases in Containers/12.Cleanup - Removing Dangling Images.mp4
14 MB
07.Running Databases in Containers/13.Key Takeaways.mp4
4.1 MB
08.Composing Applications with docker-compose/01.Module Introduction.mp4
1.6 MB
08.Composing Applications with docker-compose/02.Why docker-compose Exists.mp4
7.2 MB
08.Composing Applications with docker-compose/03.A TeamCity docker-compose.yml with 3 Containers.mp4
7.9 MB
08.Composing Applications with docker-compose/04.Spinning Up Complex Apps with a Single Command - docker-compose up.mp4
7.9 MB
08.Composing Applications with docker-compose/05.What You Created with docker-compose.mp4
3.7 MB
08.Composing Applications with docker-compose/06.docker-compose Creates Isolated Container Networks.mp4
19 MB
08.Composing Applications with docker-compose/07.Service Discovery via an Embedded DNS Server.mp4
10 MB
08.Composing Applications with docker-compose/08.Connecting Another Container to Your User Defined Network.mp4
11 MB
08.Composing Applications with docker-compose/09.Restarting Containers with docker-compose start.mp4
23 MB
08.Composing Applications with docker-compose/10.Using psql in the postgres Container to Look at Your Database.mp4
5.3 MB
08.Composing Applications with docker-compose/11.Tearing Down Infrastructure Created with docker-compose.mp4
10 MB
08.Composing Applications with docker-compose/12.Running the ASP.NET Core MVC MusicStore with docker-compose.mp4
11 MB
08.Composing Applications with docker-compose/13.Key Takeaways.mp4
1.0 MB
08.Composing Applications with docker-compose/14.What to Learn Next.mp4
38 MB
content.txt
5.2 kB
docker-windows-getting-started.zip
1.4 MB