Welcome to the next series! After NovNov, I realized that I did a really poor job of introducing Docker. I was so focused on DigitalOcean, that I forgot to dive into what makes docker special. For this series, we'll be exploring exactly that! Specifically, this series can be considered a course on how to use Docker for cyber-labbing so that new students of IT and Cybersecurity can dive a little deeper than their PowerPoints and eBooks might take them. In this video we cover: Differences between Docker.io and Docker-ce Installing Docker-CE in a Kali Linux VM Configuring user permissions by joining the docker group Enabling Docker to run on start Starting off with the infamous, basic "hello world" Resource links: If you need a Hypervisor and a Kali VM, here is a video to start that journey - • Virtualbox and Kali Linux | NovNov12 Here is the documentation for installing docker on Kali - https://www.kali.org/docs/containers/... Next up... let's start running some containers!