Docker in Development Part I

A course on using Docker in development and learning about Docker.

Series Videos

1
Episode 1
01:19

We cover what the Docker in Development course will build up to.

2
Episode 2
03:26

We start to see how to build our own containers and images.

3
Episode 3
06:31

We see how to make an image by committing changes made to a container.

4
Episode 4
09:08

We see how to use a Dockerfile to make an image.

5
Episode 5
07:07

We add in an Nginx configuration for our application into our app container.

6
Episode 6
05:08

We need to get both PHP and Nginx running on this container at the same time. We'll use Supervisord to do that.

7
Episode 7
03:58

We need to add some custom PHP configuration, especially so it does not run as a daemon.

8
Episode 8
04:45

We cover the docker logs command.

9
Episode 9
04:38

We see how to use an ENTRYPOINT instead of CMD within a Dockerfile.

10
Episode 10
06:13

We see how we can get containers to talk to each other over a Docker network.

11
Episode 11
06:17

We get a Laravel application running!

12
Episode 12
04:13

We cover Docker volumes and make sure we have set our docker-compose.yml file correctly to use our created volumes.

All Topics