diff --git a/README.md b/README.md index 35fb729..12c93ef 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,12 @@ * Packages: podman, containernetworking-plugins - # Plugins * NFS - https://github.com/thatsk/nfs-csi-nomad/tree/main * Podman - https://github.com/hashicorp/nomad-driver-podman - # Hosts: - ## Ebin* * https://docs.oracle.com/en/learn/ol-linux-bonding/#for-additional-information - Bonding with Networkmanager @@ -18,13 +15,11 @@ # Datacenter: ring86 - -# Podman tricks +## Podman tricks * Get CreateCommand: ``podman inspect --format "{{.Config.CreateCommand}}"`` - -# auto.chaos +### 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"