eclipse / mosquitto

Eclipse Mosquitto - An open source MQTT broker

Home Page:https://mosquitto.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image dont run rootless

kri164 opened this issue · comments

# whoami
root

# podman run -it --name mosquitto eclipse-mosquitto:openssl
1709743251: mosquitto version 2.0.18 starting
1709743251: Config loaded from /mosquitto/config/mosquitto.conf.
1709743251: Starting in local only mode. Connections will only be possible from clients running on this machine.
1709743251: Create a configuration file which defines a listener to allow remote access.
1709743251: For more details see https://mosquitto.org/documentation/authentication-methods/
1709743251: Opening ipv4 listen socket on port 1883.
1709743251: Opening ipv6 listen socket on port 1883.
1709743251: mosquitto version 2.0.18 running
> whoami
joe
> podman run -it --name mosquitto eclipse-mosquitto:openssl
1709743292: Error: Unable to open config file /mosquitto/config/mosquitto.conf.