====== Docker Installation ===== Install Docker for containerized service deployment. > //Docker allows you to run services in isolated containers, making deployment and management easier.// ===== Overview ===== Docker is a platform for developing, shipping, and running applications in containers. Containers isolate applications from each other and the underlying infrastructure, providing consistent deployment across environments. ===== Docker Topics ===== * [[hosting:docker:installation|Installation]] * [[hosting:docker:concepts|Basic Concepts]] * [[hosting:docker:compose|Docker Compose]] * [[hosting:docker:first_service|First Service Deployment]] ===== Next Steps ===== After installing Docker, proceed to [[hosting:caddy:start|Caddy Reverse Proxy]]. ===== See Also ===== * [[hosting:start|Hosting Guide Overview]] * [[hosting:domain:start|Domain Setup]] Last updated: 2026-06-19