Closed bnelsj closed 4 years ago
Hey, I just tried this locally with the the latest Docker container and didn't encounter the issue. Which operating system are you using?
I'm on Ubuntu 18.04.
I just tried it on Ubuntu and didn't encounter the issue. What version of the higlass-docker container are you running? Also, a silly question, have you tried doing sudo docker run ...
?
I've tried this on the latest version and version and v0.6.1 as recommended here. Results are the same for both. I have tried it with sudo
, and it didn't make a difference. I am able to run docker run hello-world
successfully.
Hmm. I'm not entirely sure. If you want, message me on our Slack channel and we can try to work through the problem interactively.
Hi, I'm having an issue with running the higlass-docker container. It started last week, and persists after a clean installation. When I run the basic command to start the container:
The container is immediately stopped. From the ps and log commands, I see that
/usr/bin/tini -- supervisord -n
was the last command, which logged this error:/usr/bin/python: can't open file '/usr/bin/supervisord': [Errno 13] Permission denied
I'm not aware of any permission changes that have been made to this file. Any suggestions?