How to restart docker service without affecting running containers

Restart docker service without affecting running containers using live restore functionality. ...

April 12, 2023 · milosz · Docker

How to check version of a dockerized application

Check version of a dockerized application using a very simple idea. ...

March 27, 2023 · milosz · Docker

How to use docker-compose with systemd

Use systemd to start docker-compose services. ...

How to ensure that HAProxy keep up with Docker name resolution

Ensure that HAProxy keep up with Docker name resolution. ...

How to automatically update docker containers whenever new image is released

Automatically update docker containers whenever new image is released using watchtower. ...

August 9, 2022 · milosz · Docker

How to use multi-stage build to compile an application

Use Docker or Pod Manager multi-stage build to compile Nginx from source code with additional headers-more-nginx-module module using Debian Bullseye image. ...

How to query Docker socket using curl

Query Docker socket using curl. ...

December 13, 2021 · milosz · Docker · JSON

How to inspect and improve docker image using dive utility

Inspect and improve docker image using dive utility for exploring each layer in a docker image. ...

How to squash Docker image

Squash Docker image to remove unnecessary layers in case you do not have a need to keep them. ...

September 17, 2021 · milosz · Docker

How to deal with high user id in a dockerfile

Solve the issue related to the high user id in a dockerfile. ...

July 2, 2021 · milosz · Docker

How to alter task history retention inside Docker Swarm cluster

Alter task history retention inside the Docker Swarm cluster to ensure that there are no stopped containers. ...

How to create MongoDB cluster using Docker

Create a MongoDB cluster using Docker. ...

How to create a MongoDB container with a designated user

Create a MongoDB container with a designated user. ...

How to rebalance Docker service

Docker services are not automatically rebalanced after events that affect Docker Swarm nodes, so you have to initiate this process yourself. ...

How to create Elasticsearch cluster using docker

Create an Elasticsearch cluster using docker to learn how it behaves during specific operations. ...

How to deploy Portainer stack inside Docker Swarm cluster

Deploy Portainer stack inside the Docker Swarm cluster. ...

How to start using Docker Swarm

Start using Docker Swarm to easily manage your containers. ...

How to dockerize rdiff-backup with web interface

Dockerize rdiff-backup to create a personal single-user instance with SSH and web interface provided by rdiffweb. ...

How to reduce the size of the Docker container log file

Update the docker-compose configuration file to reduce the container log file size before you run out of disk space. ...

How to start Docker service at system boot

This is just a reminder to always enable docker service at system boot. ...

How to fix container which cannot be started

The short story of my experience with container is marked for removal and cannot be started error which was caused by driver "overlay" failed to remove root filesystem for ...: remove /var/lib/docker/overlay/.../merged: device or resource busy. ...

How to enable GitLab Container Registry

Enable GitLab Container Registry on an instance running HAProxy. ...

How to reset admin password in Grafana container

Reset admin password in Grafana Docker container. ...

How to setup private Docker registry

Setup a simple Docker registry to use it privately or share images which a team of developers. ...

How to create base Docker image

Create a base Docker image using debootstrap utility. ...

How to install Docker on Debian Stretch

Install docker on Debian Stretch to take advantage of the lightweight virtualization. ...