SolaceLabs / solace-single-docker-compose

Set up single Solace PubSub+ Docker container using Docker Compose
Apache License 2.0
19 stars 18 forks source link

Running under podman: Error: requested user's UID 1000001 is too large for the rootless user namespace #9

Open KenBarr opened 3 years ago

KenBarr commented 3 years ago

If you use podman-compose in a rootless environment, you will get the titled error. Setting the userId:groupId solved this issue. Suggest add the user: filed under the primary container as follows:

 primary:
    container_name: pubSubStandardSingleNode
    image: solace/solace-pubsub-standard:latest
    shm_size: 1g
    user: "55555:55555"
    ulimits: