mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

Docker image dont run rootless

Open kri164 opened this issue 1 year ago • 1 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.

kri164 avatar Mar 06 '24 16:03 kri164