Some Dinosaur
CCoder.com
•Created by Some Dinosaur on 1/20/2025 in #help
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?
6 replies
CCoder.com
•Created by Some Dinosaur on 1/4/2025 in #help
Coder ran on a machine with VPN can't resolve the hostname
I moved Coder to run on my main system which has a Proton VPN up and running. It's a regular Ubuntu.
So when I run Coder (through
docker compose
), starting a workspace doesn't work. My workspace container logs:
Once I disable the VPN, it finds host from the container:
What options do I have? I'd love to split tunnel the VPN so that Coder doesn't use it - but I don't know how to do it.6 replies
CCoder.com
•Created by Some Dinosaur on 12/25/2024 in #help
Set "extensions" and "theme" from `devcontainer.json`
I'm trying to use the default template
Docker (Devcontainer)
and I was hoping I'd be able to hold every piece of information of how to set up the environment in the repository and not the template itself.
I have a template to just pull a GitHub repo and set it up however it wants, using it's .devcontainer/Dockerfile
and .devcontainer/devcontainer.json
.
I'm having problems with pulling extensions and setting the theme for the code-server
. I was hoping that I could just set it from the devcontainer.json
but it doesn't work - neither settings
or extensions
are taken into consideration when building the Workspace. Here's my devcontainer.json:
38 replies
CCoder.com
•Created by Some Dinosaur on 12/23/2024 in #help
Failed to pull GitHub private repo
I know this has been asked before - but I absolutely don't get how to solve it from the responds.
I got the SSH key from
SSH keys
settings, pasted it to my SSH keys on GitHub.
I use the Devcontainer template, with my own repository URL.
I keep getting an error:
32 replies