Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
73 views

I'm developing a Python project using VSCode Dev Containers. Until now, to build the container I'm developing on, I used the Dockerfile located in the project root, which the same one used for ...
Gino's user avatar
  • 913
0 votes
0 answers
48 views

Environment Host: macOS (Apple Silicon M1) Container Engine: Podman (via podman-machine) Extension: VS Code Dev Containers Target Image: A private registry image with Poetry Problem When I try to ...
pyXelr's user avatar
  • 9
Tooling
0 votes
4 replies
133 views

I'm trying to build a pre-built dev container (see here). Among others, the app has some Go dependencies specified in go.mod (link to file): module github.com/jovandeginste/workout-tracker/v2 go 1.24....
mu88's user avatar
  • 5,699
Tooling
1 vote
0 replies
45 views

I'm trying to build a pre-built dev container (see here). Among others, the app uses some Node.js packages. To speed up the dev container performance, I'd like to cache them. For this, I'm running npm ...
mu88's user avatar
  • 5,699
0 votes
1 answer
98 views

I have a devcontainer set up as a work environment on Debian 13. Until recently, it was working perfectly fine, but recently I started getting error messages like this: Once I was already inside the ...
Nick Taber's user avatar
0 votes
1 answer
76 views

I have a C++ Project (incl. some platform specific scripts) which I develop in VS Code. The project contains a devcontainer for Linux which works well under Linux. Development for Windows (without ...
moudi's user avatar
  • 538
0 votes
0 answers
69 views

I cannot find a way to view the Docker log output for a Devcontainer that is launched in GitHub Codespaces. I found the Terminal, but that is a terminal inside the container. I found the DebugConsole, ...
Maestro's user avatar
  • 9,876
0 votes
0 answers
116 views

I would like to use VS Code dev container for developing Next.js application. Therefore I do these steps in VS Code: New Dev Container, After creating container I move out .devcontainer and .github ...
sada's user avatar
  • 713
1 vote
0 answers
40 views

The following file is within .devcontainer/devcontainer.json: // See https://containers.dev/implementors/json_reference/ for configuration reference { "name": "my-devcontainer", ...
bguiz's user avatar
  • 28.5k
1 vote
1 answer
132 views

I am trying to set up a devcontainer on my desktop, but functions like autocomplete or go to function don't work. When I hover variable or function it shows never-ending load information Loading ...
I'mStuckOnLine911's user avatar
1 vote
0 answers
47 views

"Dev Containers: Open Attached Container Configuration File" command will open a local file in /home/<user>/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/...
tapion's user avatar
  • 153
1 vote
0 answers
89 views

I configured a devcontainer using a docker-compose.yaml. The „sidecars“ are a database and a Keycloak instance. It works well. The Keycloak is only needed in some scenarios, so I’m looking for a way ...
stwissel's user avatar
  • 20.5k
0 votes
1 answer
90 views

I am distributing internal use devcontainers, and wish to pre-test that the combination of extensions and features is working. For features the devcontainer CLI can create a devcontainer-lock.json ...
Alex KeySmith's user avatar
0 votes
1 answer
232 views

New to docker/qemu/gdb. I am able to "make debug" and "make gdb" and debug from CLI. However, I got an error (no executable specified) when I try to use VSCode debugger to attach ...
Chang Jia Jun's user avatar
2 votes
1 answer
821 views

I'm developing using VSCode's devcontainer, and I used pip with a requirements.txt file for a few years with no problems. Works like charm. I'd like to upgrade to using uv, but I'm encountering a ...
Gino's user avatar
  • 913
0 votes
0 answers
12 views

Use case (Windows VSC) --ssh--> (Linux Host) --VSC attach by docker exec... -> (Container) I can run this case well, but I want to customize the docker command, and tried set both of VSC local ...
Robber Pen's user avatar
  • 1,133
1 vote
1 answer
404 views

I've never been able to run the Dev Container extension due to this error: Here are the logs: [2025-06-22T22:32:48.629Z] Initializing configuration support... [2025-06-22T22:32:48.630Z] Internal ...
jam123's user avatar
  • 149
1 vote
0 answers
90 views

I am trying to improve and generalize my develop setup with Dev Containers + Podman + Test Containers. I am running into some permission issues though. Specifically, running test container tests in a ...
crosleyzack's user avatar
0 votes
0 answers
112 views

Background: OS Bazzite (Fedora Silverblue) VS-Code Layered install with rpm-ostree Environment fedora default toolbox where I install whatever I need Container since it's the toolbox, I'm pretty sure ...
user3002166's user avatar
0 votes
0 answers
28 views

How can you define different devcontainer engines for each profile? For example, I want to be able to use Podman for my local devcontainers, and Docker for remote. Currently, the engine settings (Dev &...
Aryaz's user avatar
  • 1
0 votes
0 answers
196 views

I am using a docker devcontainer in VSCode through remote SSH. The devconatiner runs on a Linux workstation which has a wired connection to my network. I run VSCode on my windows laptop, connect to ...
ERROR_InvalidString's user avatar
-1 votes
1 answer
368 views

I am currently setting up a new rails project on my windows machine using docker. More specifically I am using Docker desktop, WSL2, and dev containers in VSCode. Things are currently working when I ...
DoolAy's user avatar
  • 245
2 votes
2 answers
285 views

I'm editing the source code of a Spring Boot container (created using Docker Compose) from within a DevContainer that provides a Java development environment. After editing the source code, I manually ...
user77602's user avatar
0 votes
1 answer
524 views

I'm using Visual Studio Code v1.100.1 with Docker Desktop 4.41.2 and the Dev containers extension v0.413.0. I have four docker containers running locally and want to attach vscode to one of them. The ...
Olivier's user avatar
  • 23
0 votes
0 answers
23 views

I have a setup that has more or less the following: devcontainer.json based on Docker Compose: { "name": "Frames API backend", "dockerComposeFile": [ &...
Destroy666's user avatar
  • 1,601
1 vote
0 answers
53 views

I have the following devcontainer configuration: { "name": "[Dev] MyDevContainer", "dockerComposeFile": ["../docker-compose-dev.yml"], "runArgs&...
newkid's user avatar
  • 1,488
0 votes
0 answers
27 views

I am running the following set up: Running FastAPI server in a devcontainer via uvicorn src.main:app --reload --host 0.0.0.0 --port 13337 Forward the port using vscode's built-in port-forwarding ...
mongj's user avatar
  • 1
0 votes
1 answer
277 views

In devcontainer.json we have access to these variables: ${localWorkspaceFolder} ${containerWorkspaceFolder} ${localWorkspaceFolderBasename} ${containerWorkspaceFolderBasename} I have tried making ...
Lindsay-Needs-Sleep's user avatar
1 vote
1 answer
266 views

I'm having a weird issue with Git inside a VS Code Dev Container: when I open a project folder, Git shows a bunch of already committed files as "modified" (even though I didn’t change ...
Matteo's user avatar
  • 93
1 vote
0 answers
347 views

I am running a vs code devcontainer on remote machine and trying to set up X11 forwarding. I have 2 machines: local machine on macOS remote machine on Ubuntu I have installed XQuartz on my Mac and ...
neon5480's user avatar
  • 111
0 votes
2 answers
83 views

I'm working on a project that has a build set up in GitHub Actions using Docker. I want to set up the same build on my local machine using VS Code. I created the .devcontainer directory and put the ...
parsley72's user avatar
  • 9,317
4 votes
1 answer
294 views

My vscode developer container is failing to launch. The container builds fine but at the last step when vscode is adding in a 'feature' the mount for that step fails. I'm using latest releases of ...
Giles Knap's user avatar
0 votes
0 answers
76 views

Strange one here that has been eating me alive for a solid 6 hours. Dockerfile looks like this: FROM mcr.microsoft.com/devcontainers/typescript-node:22-bullseye WORKDIR /install COPY /grcapp-vj/...
Ryan Skene's user avatar
1 vote
0 answers
55 views

At work we've started using VSCODE devcontainers to manage development on multiple environments. I've been struggling with an issue: the terminal opened by vscode in the devcontainer doesn't keep the ...
SomeFrenchGuy's user avatar
0 votes
1 answer
196 views

I'm getting this error when trying to start the dev container. [2025-03-19T16:39:10.740Z] Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime ...
James Klein's user avatar
1 vote
0 answers
289 views

How can I use android virtual device (or emulator) running on my windows host through Android studio's device manager to run my React Native RN expo app in dev container? I'm developing my RN expo app ...
Raf uchiha's user avatar
0 votes
0 answers
43 views

I have a machine learning environment build as a Dockerfile image and as a prebuilt image for my Deep Learning class. That is, when I build my container, I commit it and push it to dockerhub. So I get ...
Brian Lovell's user avatar
0 votes
0 answers
57 views

I recently installed my VSCode and try to build the SourceCode which already containg a devContainer with a json file in it. I thought its just a cakewalk, I installed the Extensions "Docker"...
Aravind Nadumane's user avatar
1 vote
1 answer
43 views

I use VS Code with devcontainer and various extensions that has an embedded JRE, one of which is redhat.java. I can tell this extension to use the system JRE in the devcontainer if it is new enough, ...
Sverker Abrahamsson's user avatar
0 votes
1 answer
101 views

I am creating a brand new project on Rails using MySQL as the database. To set it up, I first installed rails-new from https://github.com/rails/rails-new?tab=readme-ov-file#installation Then ran rails-...
Striker's user avatar
  • 11
1 vote
1 answer
352 views

Assuming there is an actively running container on the remote host. Here is the GUI process I'd like to replicate with a single CLI command: (setup) Open New VS Code Window, Connect to Host... (...
wyndhamwynne's user avatar
0 votes
1 answer
33 views

I'm having an issue to setup correctly my project. I have a docker-compose, that I must launch using a custom bash function to create some files and setup the environment. When the containers are ...
Navalex's user avatar
  • 276
0 votes
0 answers
73 views

I'm trying to set up microcks-uber to help with our integration testing locally. I've set up the containers, using VSCode devcontainers like so: microcks: image: quay.io/microcks/microcks-uber:1....
Ryan H's user avatar
  • 95
0 votes
0 answers
28 views

I have a project folder (MyDestProject) in a docker container, mapped as a bind to a project folder on my host machine (MySourceProject). I want to be able to create a subfolder (MyDestProject/...
Au2mater's user avatar
0 votes
0 answers
338 views

Getting an error running project using podman on vscode Project Structure projectname | |----.devcontainer | | | |-----devcontainer.json | |-----docker-compose.yml | |-----...
Tanu's user avatar
  • 1,712
0 votes
0 answers
145 views

I'm running some devcontainers in VSCode. Some are able to login to my docker registry and some aren't and I cannot work out what the difference is. On the command line in a VSCode terminal I enter ...
John Small's user avatar
0 votes
1 answer
713 views

I am trying to pull an image that exist with the tag specified https://mcr.microsoft.com/en-us/artifact/mar/devcontainers/python/tags but getting an error : podman pull mcr.microsoft.com/devcontainers/...
Tanu's user avatar
  • 1,712
1 vote
0 answers
227 views

To set a simplified scene for my question I will have three compose services: an API server, a site server (for serving browsers the webpage), and a supporting Redis service. The project has the ...
MichiganAgain's user avatar
0 votes
2 answers
201 views

I've set up a devcontainer in a Visual Studio Code Ruby project, and the launch configurations don't seem to be able to override environment variables from the devcontainer. I set up the devcontainer ...
Don Kirkby's user avatar
  • 56.7k
0 votes
1 answer
155 views

I have a Python project that I am developing inside a devcontainer. The source code tree looks like this: ---.devcontainer |--- .devcontainer.json |--- Dockerfile |--- requirements.txt -...
Tom Bennett's user avatar
  • 2,548

1
2 3 4 5
9