Running Coder in a Docker container would get stuck on waiting for shared process to start
See original GitHub issuecode-server
does not seem to like Docker well or does not like the pseudo-user hacks for it.
Tested with my custom Coder stack.
code-server
version: =< 1.13.0- OS Version: Debian 9, Google Cloud Platform
Related to #9
Steps to Reproduce
- Run
chinodesuuu/coder
- Notice the logs that its stuck in waiting for shared process to start.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
'Waiting for machine to boot' hangs infinitely with docker it seems
Although it seems the docker container is already up and running after some minutes, Vagrant never reports the machine has booted. I'm using...
Read more >Docker: Container keeps on restarting again on again
It restarts because the restart policy must have been set to something other than no (the default), (using either the command line flag...
Read more >Overview | Docker Documentation
Select the Docker menu whale menu and then Troubleshoot; Select the Troubleshoot icon from the Docker Dashboard. Troubleshoot Docker Desktop. The Troubleshoot ...
Read more >9 Common Dockerfile Mistakes - Runnablog
1. Running apt-get ... Running apt-get install is one of those things virtually every Dockerfile will have. You will probably need to install...
Read more >Six Ways to Build Docker Images Faster (Even in Seconds)
Building Docker images, which is a part of this process, might take up to a few dozens of minutes. This is hardly acceptable....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
for me this seems to boil down to something in 18.10 being the breaking factor. 18.04 works, 18.10 doesn’t (inside or out of docker)
ACK installing net-tools fixed in on Arch, too