Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
28 views

Access to docker volume with intellij

I mounted the volume in the container. project perfectly works but i can't edit my code. I tried to open the project through the below route with an intellij Ultimate, but the alarm keeps popping up. \...
i_jdk's user avatar
  • 11
0 votes
1 answer
16 views

Docker container process not visible on host

I have an active docker container (mongo running on WSL2, defualt Ubuntu). I know it is possible to identify container process on host, but ps -aux nor ps -A doesn't really work. While I can see my ...
user26412538's user avatar
-1 votes
0 answers
17 views

Mount a CIFS share to a docker container running inside WSL2 Ubuntu

I'm trying to run a Docker container called Unmanic. I want it do be able to access a files from a share on my NAS. I got Docker Desktop and WSL2 running on pc and the container is up. I can access ...
grendy's user avatar
  • 11
-1 votes
0 answers
16 views

I cannot run my container (maildev image) without instantly exiting on 139 [closed]

I created a Docker compose with postgres and maildev services. No problems with postgre, but the mail dev instantly exits(139). I checked some posts and that is basically a segfault problem, but i don'...
matnrocha's user avatar
1 vote
2 answers
97 views

MySQL docker container stuck reloading

My stack is win10/wsl2/ubuntu/docker desktop. I'm stuck on running a MySQL docker container. This is a part of my docker-compose.yml: mysql: hostname: a-mysql container_name: a-...
ANDREI MIRONOV's user avatar
0 votes
0 answers
57 views

Launching Docker Desktop does not start container [closed]

I'm dabbling in Docker for Windows. I do not start Docker when I log in to Windows. The only container I have thus far configured is Portainer. It is configured as restart=always. Launching Docker ...
Foose's user avatar
  • 1
0 votes
0 answers
20 views

How to mount a file in docker container which is in windows and docker container is in WSL ubuntu [closed]

How can i mount files in the judge0 container that are in windows. Basically the program that i am sending as a req to judge0 requires reading input from some file but i am failing to get file mounted ...
Himanshu negi's user avatar
0 votes
1 answer
40 views

How to perform a ZMQ communication in python between a Docker Container and localhost using WSL and MacOS

I want to implement a zmq communication between a docker container and the localhost of my windows / mac computer. I want both the docker container and the localhost to be able to send and receive ...
brash6's user avatar
  • 1
0 votes
0 answers
18 views

Docker Compose: Unable to Add Files to Local Directory After Binding Volume (WSL Integration)

I'm using Docker Compose with WSL integration to develop a PHP application. I've defined a volume mount in my docker-compose.yml file that maps the local directory ./tap-and-stack to /var/www/html ...
Adrian Gaile Singh's user avatar
0 votes
0 answers
65 views

The Docker Desktop Unexpected WSL error Windows 10

I'm having trouble while running Docker Desktop. I have attached the screenshot of Docker Desktop. I have updated the WSL 2.2.4.0 and enabled the Windows features like Hyper -v, Windows Hypervisor ...
sathish kumar's user avatar
4 votes
2 answers
1k views

How to resolve Error migrating WSL disk on Docker desktop windows 11 WSL 2 backend? [closed]

I am trying to change Disk image location in Docker Desktop v4.31.1 on my windows machine following this path: "Docker Desktop > Settings > Resources > Advanced > Disk image location&...
Reza Amya's user avatar
  • 1,694
0 votes
0 answers
73 views

Getting a usb device mapped to /dev/ttyUSB* on WSL

I am trying to talk to a IMU device that connects on s aserial port of the system via Docker. To get the device mapped to docker, I need to 1st get it mapped on the WSL2. Current I am using Ubuntu22....
spacemanspiff's user avatar
0 votes
0 answers
139 views

Run Vite HMR in WSL2, Docker and behind Nginx reverse proxy

I'm trying to get Hot Module Reload to work when developing my app locally. I have: A Quasar app using Vue3 Docker to mimick my Cloud infrastructure to test it locally WSL2 where Docker and thus my ...
Joetjah's user avatar
  • 6,132
2 votes
0 answers
39 views

Debugging a .NET 7 app running in Docker container (WSL2) in VS Code 'fetch failed'

I haven't had a need for a couple of months to debug one of my apps running in Docker container. Last time everything worked and I had no issues. Currently, when I try to Run and Debug with Docker ....
Jakub's user avatar
  • 33
0 votes
0 answers
37 views

Running arm64v8 docker container on x86 : apt update fails

I run docker from a WSL2 (under Windows 10). Here is my minimalist Dockerfile : FROM arm64v8/ubuntu CMD ["bash"] I build it like that : sudo docker build -t test_4 . Then I run it with : ...
Captain'Flam's user avatar

15 30 50 per page
1
2 3 4 5
62