I'll cover the basics of docker in this video, including what it is, its advantages, images and containers, basic docker commands, exposing ports and volumes, and using docker-compose. Full table of contents so you can skip to the good parts!
Table of Contents:
00:00 - Introduction
00:13 - Docker Concepts and Advantages
01:14 - Docker Walkthrough
02:17 - Docker Image Basics
02:32 - Docker Hub
02:53 - docker pull - download image
03:11 - docker images - list downloaded images
03:23 - docker pull image with specific tag
03:54 - Docker Container Basics
04:06 - Docker ps
04:35 - docker logs
05:10 - docker stop
05:24 - docker ps -a
05:35 - docker rm
05:40 - docker run -p to expose ports
07:21 - docker volumes
07:40 - docker start
09:03 - docker volumes
10:35 - docker run -v
11:14 - docker volume ls
12:04 - run without the volume
12:56 - docker-compose
14:48 - docker-compose up -d
15:26 - container names in docker compose