Aktuelle Beiträge
Computer: Tutorial: Docker-Compose Deployment
Discover how to deploy a simple NestJS application alongside WordPress and MySQL using Docker-Compose. This guide walks you through setting up Docker-Compose with a step-by-step explanation, from building a custom NestJS service to routing with Traefik, all while maintaining service isolation and security with multiple encrypted networks. Learn how to use environment variables for dynamic configuration and manage services efficiently using Docker-Compose commands. Dive into practical examples for both basic and advanced setups.
Computer: Docker Container Introduction
Up to date introduction to Containers and cloud deployment on the example of docker. Explains registries, images, containers, networks, volumes, Dockerfile, Docker Compose, Docker Swarm, all with a little introduction and some samples.
Computer: Docker Swarm and GlusterFS
Docker swarm is very easy to setup and maintain. It distributed containers over several nodes in a cloud, offers load balancing, redundancy, failover, smooth updates. But local volumes stay locally, so you need a cluster or network file system. That's where gluster enters the stage.