Files
nomad-nummer5/README.md
Udo Waechter 752eb2c6d7
All checks were successful
continuous-integration/drone/push Build is passing
README
2024-04-04 18:06:03 +02:00

922 B

Datacenter: nummer5

  • Packages: podman, containernetworking-plugins

Plugins

Hosts:

Ebin*

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"