FileMood

Download Pluralsight - Getting Started with Docker on Windows by Wes Higbee

Pluralsight Getting Started with Docker on Windows by Wes Higbee

Name

Pluralsight - Getting Started with Docker on Windows by Wes Higbee

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.0 GB

Total Files

107

Hash

E0B17474FA0020DA0677954672144EE73D36AD06

/01.Course Overview/

01.Course Overview.mp4

3.7 MB

/02.What Is a Container/

01.Installing Software Is Often Painful.mp4

6.0 MB

02.Challenges Discovering Software.mp4

4.8 MB

03.Challenges with Software Installation.mp4

3.1 MB

04.Challenges with Running Software.mp4

3.3 MB

05.Containers Are About Software Not Virtualization.mp4

3.7 MB

06.Installing and Running MongoDB as a Traditional Application.mp4

26.2 MB

07.Finding Software on Docker Hub.mp4

4.6 MB

08.Downloading Software with docker pull.mp4

3.4 MB

09.Running Software in a Container with docker run.mp4

6.7 MB

10.A Running Container Is Just a Running Application.mp4

32.4 MB

11.Stopping Apps in a Container Stops the Container.mp4

12.8 MB

12.Why Docker and Containers.mp4

19.2 MB

/03.Installing Docker for Windows/

01.Module Intro.mp4

721.4 KB

02.Installing Docker for Windows on Windows 10.mp4

17.5 MB

03.What Docker for Windows Installs.mp4

15.0 MB

04.Running Linux Containers on Windows.mp4

9.7 MB

05.Docker Inverts Learning.mp4

5.9 MB

06.Stopping Containers Means Stopping Processes.mp4

5.1 MB

07.Restarting Containers and docker ps -a.mp4

4.6 MB

08.Removing Containers Is Akin to Uninstalling Software.mp4

10.6 MB

09.Removing Images Is Akin to Deleting an Installer.mp4

4.1 MB

10.Running the Docker Docs in a Container.mp4

11.6 MB

11.docker run -it and --name.mp4

12.5 MB

12.Switching to Windows Containers.mp4

5.5 MB

13.Running IIS in a Windows Container.mp4

13.3 MB

14.Containers Have Their Own Isolated Network Adapter.mp4

6.7 MB

15.Key Takeaways.mp4

4.6 MB

/04.Installing Docker on Windows Server/

01.How Docker for Windows Supports Both Windows and Linux Containers.mp4

7.7 MB

02.Docker on Windows Architecture.mp4

3.0 MB

03.Using the MSDN Windows Container Docs.mp4

9.4 MB

04.Installing Docker on Windows.mp4

29.0 MB

05.Running the Microsoft .NET Core Image.mp4

17.9 MB

06.Running a Command Prompt Inside A Container.mp4

5.5 MB

07.User Space and Kernel Space.mp4

4.5 MB

08.Images Contain User Space.mp4

3.4 MB

09.You Can Run Any App in the Image.mp4

3.7 MB

10.Layers and Shared and Immutable.mp4

4.3 MB

11.Controlling the Process That Runs in a Container.mp4

8.9 MB

12.Defining a Container Host.mp4

902.0 KB

13.Containers Have Isolated File Systems Created from Images.mp4

12.8 MB

14.Namespaces Provide Isolation.mp4

7.2 MB

15.Processes Are Isolated.mp4

15.4 MB

16.Network Stacks Are Isolated.mp4

17.3 MB

17.Environment Variables and Computer Name Are Different.mp4

9.9 MB

18.The Registry Is Isolated.mp4

6.1 MB

19.Users and Groups Are Isolated.mp4

9.2 MB

20.There Are Two Types of Windows Containers.mp4

24.6 MB

21.Running a Hyper-V Container.mp4

10.1 MB

22.Key Takeaways.mp4

4.8 MB

/05.Running Command Line Apps in Containers/

01.Module Intro.mp4

913.2 KB

02.Exporting Images with docker save.mp4

2.2 MB

03.Switching Docker for Windows to Linux Containers.mp4

5.0 MB

04.Is This Image Safe to Use - Official Images and Automated Builds.mp4

10.9 MB

05.Running a Shell with the Alpine Linux Container.mp4

7.5 MB

06.Using Volumes to Share the Host File System with a Container.mp4

5.8 MB

07.Manipulating Host Files with Tools Only Installed in a Container.mp4

37.3 MB

08.Getting Files out of a Container Back onto the Host.mp4

35.6 MB

09.Extracting the File System from a Windows Container Image Layer.mp4

16.3 MB

10.Running nmap in a Container.mp4

5.5 MB

11.Converting Videos with ffmpeg in a Container.mp4

13.2 MB

12.Key Takeaways.mp4

4.9 MB

/06.Building Images to Host Web Sites/

01.Module Intro.mp4

730.5 KB

02.Mapping Static Web Site Files into a Web Server Container.mp4

2.1 MB

03.Volume Mount Web Site Files.mp4

12.5 MB

04.Modifying Files in a Running Container.mp4

12.5 MB

05.Copying Files into a Running Container.mp4

6.5 MB

06.Baking Files into an Image from a Container.mp4

9.7 MB

07.Running a Container from a Custom Image.mp4

5.5 MB

08.Looking at Image Layers.mp4

13.2 MB

09.Union File System.mp4

4.0 MB

10.How Running Containers Turn into Images.mp4

3.5 MB

11.docker history and docker diff.mp4

10.1 MB

12.From Commands to Dockerfile.mp4

3.6 MB

13.Using docker build to Create an Image.mp4

8.5 MB

14.Creating an Image to Host a Web Site in IIS.mp4

4.6 MB

15.Pushing Images to Docker Hub.mp4

9.6 MB

16.Key Takeaways.mp4

2.0 MB

/07.Running Databases in Containers/

01.Module Introduction.mp4

637.1 KB

02.Running MSSQL 2016 Express in a Container.mp4

9.3 MB

03.Connecting SSMS to MSSQL in a Container.mp4

8.7 MB

04.Running MySQL in a Container.mp4

14.1 MB

05.Docker Managed Volumes.mp4

14.3 MB

06.Using Managed Volumes to Persist Data After Container Destruction.mp4

16.9 MB

07.Cleanup - Stopping All Running Containers.mp4

4.9 MB

08.Cleanup - Removing All Containers.mp4

6.4 MB

09.Cleanup - Removing Volumes.mp4

13.4 MB

10.Cleanup - Removing Dangling Volumes.mp4

17.5 MB

11.Cleanup - Removing All Images.mp4

5.9 MB

12.Cleanup - Removing Dangling Images.mp4

14.9 MB

13.Key Takeaways.mp4

4.3 MB

/08.Composing Applications with docker-compose/

01.Module Introduction.mp4

1.7 MB

02.Why docker-compose Exists.mp4

7.5 MB

03.A TeamCity docker-compose.yml with 3 Containers.mp4

8.3 MB

04.Spinning Up Complex Apps with a Single Command - docker-compose up.mp4

8.3 MB

05.What You Created with docker-compose.mp4

3.9 MB

06.docker-compose Creates Isolated Container Networks.mp4

20.0 MB

07.Service Discovery via an Embedded DNS Server.mp4

10.6 MB

08.Connecting Another Container to Your User Defined Network.mp4

11.3 MB

09.Restarting Containers with docker-compose start.mp4

24.1 MB

10.Using psql in the postgres Container to Look at Your Database.mp4

5.5 MB

11.Tearing Down Infrastructure Created with docker-compose.mp4

10.7 MB

12.Running the ASP.NET Core MVC MusicStore with docker-compose.mp4

11.7 MB

13.Key Takeaways.mp4

1.1 MB

14.What to Learn Next.mp4

39.4 MB

/

content.txt

5.3 KB

docker-windows-getting-started.zip

1.5 MB

 

Total files 107


Copyright © 2025 FileMood.com