📄️ The Basics
Install Docker and learn the basic terminology and commands.
📄️ Deploy Existing Image Locally
Deploy an existing image within a container on your local machine.
📄️ Deploy Custom Image Locally
Create and deploy and custom image on your local machine.
📄️ Upload Image to Docker Hub
Upload your custom image to Docker Hub.
📄️ View Database within a Docker Container
Access a database image from the CLI.
📄️ Dockerfile vs local.Dockerfile
Using different Docker files for local vs production builds.
🗃️ Docker Compose
3 items