Docker “makes development efficient and predictable”
- Setting up a reverse proxy using Caddy
- Codespaces-like development container setup
- Running Node.js app in a Docker container without building the image
- A snippet to install Docker on a Linux machine
- Enabling sudo in Docker images
- Replacing Docker Desktop on Mac with Colima
- Running pgAdmin in Docker Compose
- Using Docker CLI locally against a remote Docker Daemon via SSH
One-liner to install Docker on a VPS
curl -fsSL https://get.docker.com | sh
sudo usermod -aG docker $USER