2024-03-25 19:48:27 +01:00
2023-09-19 19:49:36 +02:00
2025-11-17 13:33:47 +01:00
2025-02-10 17:33:14 +01:00
2023-09-19 19:49:36 +02:00
2024-10-29 10:43:12 +01:00
2024-10-29 10:36:00 +01:00
2024-10-29 10:36:00 +01:00
2024-12-11 14:10:12 +01:00
2024-08-26 13:11:15 +02:00

Datacenter: nummer5

  • Packages: podman, containernetworking-plugins

Plugins

Hosts:

Ebin*

adm01

  • podman run -d --replace --pull=always --expose=5001 -p 127.0.0.1:5001:5001 --mount=type=bind,source=/etc/docker/registry-cache/config.yml,destination=/etc/docker/registry/config.yml --mount=type=bind,source=/data/container-dr-mirror,destination=/var/lib/registry --tz=Europe/Berlin --name=container-docker-mirror docker.io/library/registry:2
  • podman run --restart=always -d --replace --pull=always --expose=5000 -p 5000:5000 --mount=type=bind,source=/etc/docker/registry/config.yml,destination=/etc/docker/registry/config.yml --mount=type=bind,source=/data/container-registry,destination=/var/lib/registry --tz=Europe/Berlin --name=container-registry docker.io/library/registry:2

Datacenter: ring86

Podman tricks

  • Get CreateCommand: podman inspect <containername> --format "{{.Config.CreateCommand}}"

auto.chaos

podman run -d --replace -e 1883 -p 1883:1883 --mount=type=bind,source=/etc/mosquitto,destination=/mosquitto --tz=Europe/Berlin --name=mosquitto-mqtt cr.wks/mosquitto:latest podman run -d --replace -e 9234 -p 0.0.0.0:9234:9234 --tz=Europe/Berlin --name=mosquitto-exporter cr.wks/mosquitto-prometheus-exporter --endpoint "tcp://mqtt:1883"

Description
No description provided
Readme 180 KiB
Languages
HCL 83.4%
Jinja 14.4%
Shell 2.2%