131 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
94
views
How to install Playwright and Artillery in the official JavaScript DevContainer (bookworm-24)?
I’m trying to set up a DevContainer environment based on mcr.microsoft.com/devcontainers/javascript-node:24-bookworm that includes:
Artillery (performance testing),
Playwright test runner, its ...
-2
votes
1
answer
74
views
Postgres Docker container not shutting down from vscode Rebuild command [closed]
I have a very simple Docker project setup with a vscode devcontainer.
There are two Docker containers, dev and db
This works! I open the project in the devcontainer and everything works fine, until i ...
0
votes
0
answers
72
views
How to view the Docker log in GitHub Codespaces?
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, ...
0
votes
0
answers
32
views
dat-power extension is failing and stall sin a devcontainer
I am running a devcontainer on my windows machine using ubuntu as the WSL bistro. When I click the dot Power User extension - it's just loading constantly (the little blue line in the image moves from ...
1
vote
0
answers
156
views
Building devcontainers with Rider 2025.2 and ASP.NET Core
I built a devcontainer on Windows, via Rider 2025.2, and I could run it and launch the rider IDE then load the project.
When I build or restore nuget packages in the project, using dotnet command, I ...
1
vote
1
answer
163
views
Pylance in devcontainer is loading forever
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 ...
1
vote
0
answers
93
views
Conditional sidecars in devcontainer?
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 ...
0
votes
1
answer
214
views
Rails devcontainer doesn't have ruby and bundler installed
I'm getting this error when trying to start the dev container.
[2025年03月19日T16:39:10.740Z] Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime ...
1
vote
1
answer
180
views
How do I add a postgres database and user from a docker container using docker-compose?
I am trying to create a devcontainer that uses docker files for two processes.
One is a nodejs server - it works
One is a postgres DB - it is not creating the user or the table
This is the error I am ...
0
votes
0
answers
59
views
VSCode in Windows Docker User permission problem
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"...
0
votes
1
answer
300
views
devcontainer features dependencies overrides Docker commands
I am trying to configure a new Rails application using devcontainer and this is my Dockerfile at .devcontainer file:
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version
ARG RUBY_VERSION=...
0
votes
1
answer
743
views
PODMAN pull errors out stating image not known
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/...
1
vote
0
answers
257
views
VS Code multi-container dev containers - rebuild and reopen wrongly rebuilds other services
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 ...
0
votes
0
answers
33
views
Problem with corrupted characters whle trying to attach to a running docker container using vscode cli
For a project I'm building a bash script to create a development environment using Docker and VsCode. For the part that attaches the vscode to the running container, I found this script that worked ...
2
votes
0
answers
145
views
My VSCode DevContainer.json w/ docker-compose.yml is not interpolating VSCode variables
Code samples provided below.
I use VSCode on my M1 Macbook Pro and am setting up a DevContainer.json which launches a docker-compose.yml. I am trying to interpolate an env var in docker-compose.yml ...