Skip to main content
00:00/00:00
Lecture 20 of 49

Managing running containers

Download Course (Free)

Course Content

0 / 49 completed
Section 1: Why Docker6 videos

Virtual Machines

1h 30m

Software development and global prerequisites

1h 24m

From bare metal to VMs

39m

What we really need from a container

46m

Namespaces and cgroups

38m

chroot

40m
Section 2: Introducing Docker11 videos

What is Docker

31m

Docker on non-Linux OS

45m

What are images

1h 30m

Installing Docker on Mac

11m

Audience Q&A

41m

Audience Q&A

21m

Audience Q&A

26m

Examining containers in Docker Desktop

14m

Creating containers from images

1h 12m

Audience Q&A

27m

Docker CLI recap and revision

28m
Section 3: Docker containers for dev workflows12 videos

Running Java without installing Java

13m

Running NodeJS without installing NodeJS

16m

Managing running containers

46mNow Playing

Images vs containers

47m

Detach from and attach to running containers

30m

Running a MySQL server using Docker

29m

Mounting a host folder using Docker volume

43m

Managing Docker volumes

44m

Running persistent MySQL server with volume mount

52m

Simple Java development workflow with Docker

32m

Web application development workflow with Docker

39m

Port mapping with Docker containers

1h 7m
Section 4: Docker runtime and image architecture4 videos

Docker architecture

39m

The golden image problem

5m

Creating images with docker commit

8m

Docker images and layers

1h 26m
Section 5: Creating images with Dockerfile9 videos

The RUN and WORKDIR commands

11m

Creating an image with Dockerfile

24m

The CMD command

13m

COPY command and the Java workflow

20m

Shell and exec forms

14m

ENTRYPOINT vs CMD commands

21m

Common Dockerfile commands

12m

How Docker build works

29m

Distribute a Spring Boot in a Docker container

39m
Section 6: Docker networking4 videos

Docker networking

3m

Docker networking demo

17m

Docker network types

3m

Creating and using bridge networks

20m
Section 7: Docker compose3 videos

What is Docker compose

3m

Docker compose with Spring Boot

11m

Writing a Docker compose file

22m