Archive for the ‘Docker’ Category

Docker Container – eine Migration einfach erklärt und das Schritt für Schritt

Freitag, Dezember 17th, 2021

Watchtower – to keep your Containers up to date

Mittwoch, Dezember 15th, 2021

Headscale – an open source implementation of the Tailscale coordination server

Mittwoch, Dezember 8th, 2021

Raspberry Pi – installation mit Docker und Portainer

Sonntag, Dezember 5th, 2021

Raspberry Pi – install portainer

Samstag, November 27th, 2021

Raspberry Pi – wie eine Restart Policies unter Docker funktioniert

Mittwoch, November 24th, 2021

Docker – Dockerfile für Einsteiger erklärt

Sonntag, November 14th, 2021

Docker – best practices for using in production

Freitag, November 12th, 2021

Raspberry Pi OS – Einführung in Docker Compose mit Installation

Dienstag, November 9th, 2021

Raspberry Pi – Beginner Guide Docker Container

Samstag, Oktober 23rd, 2021

Proxmox Virtual Environment (VE) 7.0-13 – CheckMK Raw 2.0 plus Grafana ist gleich cooles Dashboards

Donnerstag, Oktober 21st, 2021

Docker Verified Publisher Image ‚Gitlab Community Edition‘ – includes Git repository management issue tracking code review an IDE activity streams wikis and more

Montag, Mai 31st, 2021

Docker Official Images – Elasticsearch is a powerful open source search and analytics engine that makes data easy to explore

Dienstag, Mai 18th, 2021

   Elasticsearch – is a distributed, RESTful search and analytics engine capable of solving a growing number of use cases as the heart of the Elastic Stack it centrally stores your data so you can discover the expected and uncover the unexpected

https://hub.docker.com/_/elasticsearch

# docker network create somenetwork
# docker run -d –name elasticsearch –net somenetwork -p 9200:9200 -p 9300:9300 -e „discovery.type=single-node“ elasticsearch:tag

Portainer Community Edition 2.0 (CE) – Lightweight Management UI for Docker

Sonntag, Mai 16th, 2021

  Portainer – is comprised of two elements the Portainer Server and the Portainer Agent both elements run as lightweight Docker containers on a Docker engine or within a Swarm cluster

Proxmox Virtual Environment (VE) 6.4-1 – einen Docker Container betreiben

Samstag, Mai 15th, 2021

Docker in einem Proxmox LXC Conatiner mit Ubuntu OS

# apt-get update -y
# apt-get full-upgrade -y
# pveversion -v
proxmox-ve: 6.4-1 (running kernel: 5.4.114-1-pve)
pve-manager: 6.4-6 (running version: 6.4-6/be2fa32c)
pve-kernel-5.4: 6.4-2
pve-kernel-helper: 6.4-2
pve-kernel-5.4.114-1-pve: 5.4.114-1
pve-kernel-5.4.106-1-pve: 5.4.106-1
pve-kernel-5.4.73-1-pve: 5.4.73-1
# apt-get install docker.io
# systemctl start docker
# systemctl enable docker

Install docker-compose

# apt-get install curl
# curl -L „https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)“ -o /usr/local/bin/docker-compose
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 633 100 633 0 0 120 0 0:00:05 0:00:05 –:–:– 167
100 11.1M 100 11.1M 0 0 988k 0 0:00:11 0:00:11 –:–:– 2664k
# chmod +x /usr/local/bin/docker-compose
# docker-compose –version
docker-compose version 1.23.1, build b02f1306

Install portainer

# docker volume create portainer_data
portainer_data
# docker run -d -p 8000:8000 -p 9000:9000 –name=portainer –restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer
Unable to find image ‚portainer/portainer:latest‘ locally
latest: Pulling from portainer/portainer
94cfa856b2b1: Pull complete
49d59ee0881a: Pull complete
a2300fd28637: Pull complete
Digest: sha256:fb45b43738646048a0a0cc74fcee2865b69efde857e710126084ee5de9be0f3f
Status: Downloaded newer image for portainer/portainer:latest
3876406dd6e85747a38e69b7e5907e1a13ddd6fa759f3d8f92063adbe95b28be