Docker Lists

The majority, if not all, of the Docker container guides on this website use Docker Compose with Portainer. You can, of course, take the provided Compose configuration and use it directly, instead of using Portainer, or use another manager, such as Dockge, for example.

Pre-requisites

How to install Docker on synology / linux / vps
Learn how to install Docker with a comprehensive guide. Step-by-step instructions, tips, and best practices for a seamless Docker setup.
How to install Portainer on synology / linux / vps
Discover how to install Portainer with a step-by-step instructions for an easy and efficient Portainer setup.

Network

How to install Traefik on synology / linux / vps
Step-by-step instructions, best practices, and tips for setting up Traefik as a reverse proxy and load balancer for your Docker containers.

Monitoring

How to install Dozzle on synology / linux / vps
Discover how to install Dozzle with a step-by-step instructions for an easy and efficient setup.

Understanding Docker

Understanding docker volume and path mapping
Discover how to use Docker volumes and bind mounts for data persistence, sharing, and configuration management.
Understanding docker networking: host vs bridge
Learn the between docker host and bridge networks, and how to effectively use bridge networks for containerized applications.