DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.13k stars 106 forks source link

Container restart failed #314

Open ammaryasirnaich opened 2 years ago

ammaryasirnaich commented 2 years ago

While restarting the container i get the below error error and the container gets closed which can not be resumed frontDocker

igor-lemon commented 2 years ago

Hi! How to reproduce it?

ammaryasirnaich commented 2 years ago

You can reproduce it by downloading the below docker image: docker pull ammaryasirnaich/mmdetection3d:latest and than run the container with the following command: docker run -it --rm -e DISPLAY=${DISPLAY} --gpus 'all,"capabilities=compute,utility,graphics"' --net=host --ipc=host --privileged -env="QT_X11_NO_MITSHM=1" -v /tmp/.X11-unix:/tmp/.X11-#unix --name mmdetection3d --shm-size=8g ammaryasirnaich/mmdetection3d

ammaryasirnaich commented 2 years ago

hi @igor-lemon, did you manged to reproduce the issue?