Docker in Development Part II

We continue the Docker in Dev course by using Docker Compose and building a development workflow.

Series Videos

1
Episode 1
03:58

We see how we can start to use Docker Compose to more easily control our Docker environment.

2
Episode 2
06:54

We fill out a few services into our docker-compose.yml file.

3
Episode 3
02:35

We go over a mistake I made when using Docker volumes!

4
Episode 4
08:08

We fill out the app service within our Docker Compose configuration file.

5
Episode 5
02:02

We cover some more about using the working_dir option.

6
Episode 6
04:57

We see how to use variable within a docker-compose.yml file.

7
Episode 7
05:51

We add a Node container to run build tasks.

8
Episode 8
05:12

We see how to begin creating a development workflow around what we have built so far.

9
Episode 9
09:16

We finish building our helper script to finalize our development workflow.

All Topics