Docker in workspace
I can't seem to run docker containers inside a running workspace. I get an error:
Is running a docker inside a running VSCode server supported?
8 Replies
<#1331008590403600455>
Category
Help needed
Product
code-server
Platform
Linux
Logs
Please post any relevant logs/error messages.
I've ran this devcontainer raw on my system and the same thing appears - so it must be just Devcontainers thing. But maybne you know how to overcome this anyways?
hey, could you share your
devcontainer.json
?Sorry I passed out. I will get back to it tomorrow 👌
happens to me too, sounds good!
hey @Some Dinosaur, sorry for the delay, any luck?
The same was happening without Coder. I think it's devcontainers thing. My solution was to remove the
ulimit
entirely from the file and it just works.
so at the exact file it complains, at the exact like there's ulimit 65536
or something, I deleted it and it worked like a charmsounds good!
@Phorcys closed the thread.