Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
72 views

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 ...
Nique's user avatar
  • 579
0 votes
0 answers
71 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
31 views

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 ...
rusty009's user avatar
  • 876
1 vote
0 answers
146 views

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 ...
Damien Doumer's user avatar
1 vote
1 answer
150 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
91 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
209 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
1 answer
174 views

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 ...
MrLister's user avatar
  • 729
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
0 votes
1 answer
294 views

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=...
Isabela Porto's user avatar
0 votes
1 answer
736 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
249 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
0 answers
33 views

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 ...
Mohammad Reza's user avatar
2 votes
0 answers
139 views

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 ...
mesa_luna's user avatar
0 votes
3 answers
194 views

In scholar project, we use DevContainers to share same dev environment (for Symfony api): { "name": "M2 Symfony CI/CD", "build": { "dockerfile": "...
Skunka's user avatar
  • 585
0 votes
1 answer
92 views

I'm getting the following error when I try to open a dev container in VS 2022: Failed to change target system to '[Dev Container]': Unable to find 'npm'. Please install it and try again. This is the ...
Carlos C.'s user avatar
0 votes
1 answer
249 views

I'm using devcontainers in JetBrains Rider to run my app, which includes: A .NET server backend. A Vite frontend. Everything appears to run correctly inside the container, but I can't access the app ...
KatyS's user avatar
  • 1
6 votes
0 answers
471 views

I ma trying to open this repo in devcontainer using VSCode running on Ubuntu, but it fails for some strange reason: mcr.microsoft.com/vscode/devcontainers/java:11 [6654 ms] Start: Run: docker buildx ...
Alexandr Savochkin's user avatar
0 votes
1 answer
195 views

I have been trying to use devcontainer with laravel sail. Im using docker desktop for windows and WSL2. Im using this method of installing vendor assets. I have added this example to a script and run ...
Orbitall's user avatar
  • 671
5 votes
1 answer
266 views

Whenever I try to rebase within a devcontainer running on a Mac, I get the following error: vscode ➜ /workspaces/project (feature/some-feature) $ git rebase main error: Your local changes to the ...
Blanka's user avatar
  • 7,571
1 vote
0 answers
285 views

I'm learning devcontainers in docker and i have do this devcontainer.json : { "name": "Node Dev Container", "dockerComposeFile": "compose.yml", &...
Manthe fraiche's user avatar
0 votes
1 answer
532 views

PROBLEM Pullin’ me hair out. DevPod desktop on macOS 15.1 won’t fire up. I'm getting this error... fatal error retrieving container status: find dev container: docker ps: exec: "docker": ...
god_is_love's user avatar
1 vote
0 answers
238 views

I am trying to build the simplest remote dev container through VS Code using docker-compose and a Dockerfile. .devcontainer/devcontainer.json { "dockerComposeFile": "docker-compose....
seb007's user avatar
  • 578
2 votes
2 answers
694 views

I am working on a project that uses: .NET Framework 4.8 SQL Server Microsoft Sync Framework I am trying to set up a Dev Container for this project using Docker and Visual Studio Code, but I haven't ...
user3732708's user avatar
0 votes
1 answer
150 views

Ive been using vscode and devcontainers for a while now, and i really like the workflow.having specific extensions indtalled, based on a specific environment is great, especially because i need to use ...
Sam Van Battel's user avatar
0 votes
1 answer
114 views

I would like to create a .devcontainer folder with the json definition and Dockerfile and commit it to my repository to be the de facto development environment. However, I understand folks like to ...
TenderShortGoldenRetriever's user avatar
0 votes
1 answer
500 views

When using devcontainers in VSCode, I see that the command for building the image always includes the '--pull' directive.. But what if I want to use a fully local base image?.. What if I don't want it ...
Jack Avante's user avatar
  • 1,665
0 votes
1 answer
2k views

I am building golang project with devcontainer, it run good when using .devcontainer.json file until when I want to add some container as a service using docker-compose. It always complaining about ...
Bachrul uluum's user avatar
0 votes
1 answer
876 views

I have a maven multi-module project that uses Quarkus. Something like: <project> <modules> <module>web</module> <module>customer</module> <...
stwissel's user avatar
  • 20.5k
0 votes
1 answer
126 views

I'm building a devcontainer setup for a webapp which uses docker-compose to fire up multiple services. I'd like to be able to add a service (webpack) to support hot-reloading to my docker-compose.yml ...
Shaun Lowry's user avatar
1 vote
1 answer
398 views

I have the following folder structure C:. │ docker-compose.yml │ Dockerfile │ ├───.devcontainer │ devcontainer.json │ └───app __init__.py main.py sub.py Dockerfile ...
Michael Xia's user avatar
0 votes
0 answers
1k views

I am trying to launch a simple dev-container: using wsl on windows running ubuntu 24.04 LTS podman version 4.9.3 with the following: devcontainer.json { "name": "Ubuntu", &...
John Walker's user avatar
0 votes
1 answer
887 views

What I did: Create a github repository in advance Open github repo using "Dev Containers: Clone Repository in Container Volume" command Select a container configuration template (I select ...
KijeviGombooc's user avatar
1 vote
0 answers
291 views

I am trying to create a devcontainer for the development of custom Odoo modules. This devcontainer is based on the official odoo:17 Docker image. You can see the current state of my devcontainer in my-...
Mojo's user avatar
  • 307
2 votes
1 answer
219 views

My objective is to run a node.js CLI inside my devcontainer. I want to copy some text to the host clipboard inside the container. This was super simple before running in a devcontainer, because on Mac ...
DauleDK's user avatar
  • 3,483
0 votes
2 answers
103 views

How can I give a containerRegistry to a DevcontainersCi task in an Azure DevOps YAML Pipeline, like in a Docker@2 task? Currently pushing from this task fails, apparently due to missing authentication ...
Torsten Knodt's user avatar
0 votes
1 answer
341 views

I am trying to setup a devcontainer for Java based automation testing with Selenium Grid. So far I have the docker-compose-v3.yml from https://github.com/SeleniumHQ/docker-selenium/blob/trunk/docker-...
Adrian Herscu's user avatar
0 votes
1 answer
468 views

I'm looking for solutions or guidance to resolve this error. Any help or suggestions would be greatly appreciated! To be honest, it is disaster for past two days to fix it. I'm encountering an issue ...
Hari's user avatar
  • 501
0 votes
1 answer
70 views

We are working on using devcontainers across multiple repositories that are interdependent (legacy projects we're trying to enhance for better local development). Devcontainers seem like an excellent ...
Airomega's user avatar
  • 594
1 vote
0 answers
381 views

I have a .Net API program named "myservice" that provides an API via gRPC on port 5053 and a video stream via RTSP on port 8554. When I run the program from the command line with 'dotnet ...
Mozzis's user avatar
  • 439
2 votes
1 answer
343 views

I am a complete beginner at writing dockerfiles and creating dev containers. I want to create a devcontainer that can be shared and used by anyone on my team that uses the IAR compiler/toolchain on ...
magic_carpet's user avatar
1 vote
1 answer
1k views

I'm using the VS Code Dev Containers extension (v0.362.0) to do my development work. I would like to automatically open a specific website in the host's web browser after the container has started up. ...
hoechenberger's user avatar
1 vote
1 answer
773 views

after updating Docker Desktop (on latest macOS) from 4.29 to 4.30 we've started experiencing ECONNREFUSED errors on random ports when trying to develop our Nextjs 13 app. We use devcontainers for the ...
Zając's user avatar
  • 237
1 vote
0 answers
138 views

I am working with the NextJs framework, where I have a link that redirect the users to it in my App. The link works well with the local machine, yet when I use the de tunnel, it adds the port twice to ...
a0m0rajab's user avatar
  • 535
0 votes
0 answers
856 views

I am using devcontainers for a project in vscode with WSL, since yesterday I got an error that doesn't let met to start the devcontainers. The error in log shows that when trying to get the content of ...
Juan Botero's user avatar
1 vote
1 answer
6k views

I have an existing Django project using docker compose and I am trying to add devcontainer support. I have it mostly working except there is still one thing that is bothering me. In my docker-compose....
idahogray's user avatar
0 votes
1 answer
198 views

In my company we moved to DevContainer. I had few PACT test that I am running with vitest. Theses tests are run and pass in local environment but as soon as I moved to DevContainer I am getting the ...
Ziwdigforbugs's user avatar
1 vote
1 answer
267 views

I use wsl environment and vscode editor.I reopen project in devcontainer and make some changes to current container,so I use docker commit to create a new image.But current container is still use ...
lqjun's user avatar
  • 29
0 votes
0 answers
686 views

I am pretty newbie to devcontainer, and currently playing devconainer with vscode. My understanding is that devcontainer is just a container and vscode just connects to it, so the running container ...
kuixiong's user avatar
  • 523
2 votes
1 answer
847 views

I'm trying to contribute with NX project, but I;m getting an error on the dev container while trying to install the dependencies. VSCode dev container extension build the container, and runned the ...
Guilherme Moraes's user avatar