Skip to main content

Docker

Docker takes away repetitive, mundane configuration tasks and is used throughout the development lifecycle for fast, easy, and portable application development – desktop and cloud. Docker’s comprehensive end-to-end platform includes UIs, CLIs, APIs, and security that are engineered to work together across the entire application delivery lifecycle. - Source: Docker.com

A collection of 14 posts

lxc, docker, lxc vs docker, lxc or docker
Docker

LXC vs Docker - What To Choose?

Building software is challenging, but ensuring it runs smoothly across different environments can be even more complex. Containers have become an essential solution for this, offering a streamlined way to package and deploy software reliably.

· Christian Schou Køster

docker, docker port mapping, port mapping, docker port, docker ports
Docker

How Port Mapping Works In Docker Compose

Learn how to use Docker Compose port mapping to manage container networking, with examples on basic mappings, multiple ports, port ranges, and advanced configurations. Perfect for solving container communication issues in any environment!

· Christian Schou Køster

docker, docker cheat sheet, docker cleanup, docker image remove, docker volume remove
Docker

A Docker Clean Up Cheat Sheet

Need to quickly clean up your Docker environment? Here's a simple list of Linux and PowerShell commands to remove old images, volumes, and containers. Just copy, run, and you're good to go 🚀

· Christian Schou Køster

evaluate docker images, docker search, docker scout, assess docker image
Docker

How To Rapidly Evaluate Docker Images

Learn how you quickly can discover and assess the suitability of Docker images for your specific needs, ensuring a streamlined and reliable evaluation process. 🐋

· Christian Schou Køster

depends_on, docker, docker compose
Docker

How depends_on Works in Docker Compose

Learn how to use depends_on with health checks in Docker Compose. This tutorial demonstrates how to enhance service dependencies by integrating health checks, ensuring that dependent services are not just started but are also in a healthy state before others start.

· Christian Schou Køster

delete docker images, remove docker images, delete all docker images, delete unused docker images
Docker

How To Remove All Docker Images Easily On Linux

Docker simplifies application deployment, but managing images is crucial to keeping your environment clean. This quick guide walks you through the steps to remove all Docker images and free up valuable disk space.

· Christian Schou Køster

ssh, docker, ssh docker, tech with christian
Docker

How to SSH from a Docker Container to Docker Host or IP

Looking for a way to connect from a Docker Container to an IP or a DNS/hostname? Look no further! This short step-by-step tutorial got you covered for both Linux and Windows machines.

· Christian Schou Køster

traefik, docker, docker swarm, reverse proxy
Docker

Mastering Traefik with Docker Swarm - A Step-by-Step Guide to Setting up and Configuring Traefik using Docker Compose

· Christian Schou Køster

Getting Started with Docker Swarm, Docker Swarm, Docker Swarm Guide
Docker

Getting Started with Docker Swarm- A Comprehensive Beginner's Guide to Orchestrating Containerized Applications

Learn how to set up and configure your own Docker Swarm Cluster with monitoring by Prometheus visualized using Grafana and GUI management done with Portainer. Everything is explained in detail.

· Christian Schou Køster

mysql docker compose, mysql, docker, mysql docker
Docker

Creating and Running a MySQL Database with Docker Compose

Learn how to create and configure a MySQL database using Docker Compose and environment variables in this step-by-step tutorial.

· Christian Schou Køster

Nginx Reverse Proxy for .NET Core Web API using Docker, nginx reverse proxy, nginx docker compose
Docker

How to Set Up an Nginx Web Server with Docker Compose and Use it as a Reverse Proxy for .NET Web APIs with SSL and load balancing

Learn how to create an Nginx web server with Docker Compose, configure it with environment files, and use it as a reverse proxy for .NET Web APIs. Secure it with HTTPS and implement load balancing for high availability.

· Christian Schou Køster

rabbitmq, docker, docker compose, rabbitmq deployment using docker compose
Docker

Easy RabbitMQ Deployment with Docker Compose: A Step-by-Step Guide

In this blog post, I'll show you how to deploy RabbitMQ using Docker Compose, a simple and efficient way to set up a RabbitMQ server. Learn how to configure RabbitMQ and scale it up or down depending on your needs.

· Christian Schou Køster

Run PostgreSQL using Docker
Docker

How to run a PostgreSQL database using Docker Compose in just a few minutes?

Learn how to run PostgreSQL the powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance using Docker Compose.

· Christian Schou Køster

what is docker, docker for beginners, docker beginner guide, docker
Docker

What is Docker? Docker beginner guide

Get started with Docker and learn how to create your first container running Nginx and serve your own webpage written in HTML. Docker is a very powerful tool to run applications without having to install a lot of dependencies.

· Christian Schou Køster