question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running Coder in a Docker container would get stuck on waiting for shared process to start

See original GitHub issue

code-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

  1. Run chinodesuuu/coder
  2. Notice the logs that its stuck in waiting for shared process to start.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

5reactions
bketelsencommented, Mar 6, 2019

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)

4reactions
herrgahrcommented, Mar 6, 2019

ACK installing net-tools fixed in on Arch, too

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found