mskcc / smile-server

2 stars 4 forks source link

Investigate configuring podman to using a certain designated uid when starting up containers #1183

Open ao508 opened 3 months ago

ao508 commented 3 months ago

specifically for neo4j (7474) instead of the high number uid that it's defaulting to (238545)

Consider exploring option to pass user and group permissions to the container

podman-compose --podman-run-args “--user $(id -u):$(id -g)” up -d neo4j
ao508 commented 3 weeks ago

Please add your planning poker estimate with Zenhub @qu8n