Open bmcnally-uw opened 2 years ago
TBH, I'm not sure I fully understand what the "userns-rempa": "docker"
setting does. Here's the Dockerfile if you're curious what the container actually does. Might be worthwhile to look at the logs in ~/hg-data/log
and ~/hg-tmp
to see if it complains about anything.
I'll take a look at the Dockerfile, but the userns-remap
option directs the entire Docker stack to run as some user than root, so docker
in our case. This means that something the docker run...
is doing is failing because it's not running as root.
Hi,
We have
"userns-remap": "docker"
set in our/etc/docker/daemon.json
to prevent Docker apps from running as root. Doing this causes the higlass-container Docker container to fail to start:It's not clear what the image/container is trying to do, but it's a bit concerning that this appears to need to be run as root at the moment.