You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
Docker containers don't exit after their process has exited
2. Steps to reproduce the issue
Use nvidia-docker with Kubernetes 1.8.2 for about a month.
docker run -it --rm ubuntu:16.04 echo hello
"hello" gets successfully echoed, but the shell prompt does not reappear, the container is hung.
This error message appears in the docker logs:
Handler for POST /v1.32/containers/8024d87149987268cc55cb4928d22839c6d7091505b634d90479afa4a9a9b3f0/resize returned error: rpc error: code = Unknown desc = containerd: container not found
Restarting docker fixed the problem.
3. Information to attach (optional if deemed irrelevant)
Kernel version from uname -a
Linux chaos 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Driver information from nvidia-smi -a
Driver Version : 384.90
Docker version from docker version
17.09.0ce-0ubuntu
NVIDIA packages version from dpkg -l '*nvidia*'orrpm -qa '*nvidia*'
ii libnvidia-container-tools 1.0.0~alpha.2-1 amd64 NVIDIA container runtime library (command-line tools)
ii libnvidia-container1:amd64 1.0.0~alpha.2-1 amd64 NVIDIA container runtime library
ii nvidia-384 384.90-0ubuntu0.16.04.1 amd64 NVIDIA binary driver - version 384.90
ii nvidia-container-runtime 1.1.0+docker17.09.0-1 amd64 NVIDIA container runtime
ii nvidia-docker2 2.0.1+docker17.09.0-1 all nvidia-docker CLI wrapper
ii nvidia-opencl-icd-384 384.90-0ubuntu0.16.04.1 amd64 NVIDIA OpenCL ICD
un nvidia-persistenced <none> <none> (no description available)
ii nvidia-prime 0.8.2 amd64 Tools to enable NVIDIA's Prime
ii nvidia-settings 361.42-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver
NVIDIA container library version from nvidia-container-cli -V
1. Issue or feature description
Docker containers don't exit after their process has exited
2. Steps to reproduce the issue
docker run -it --rm ubuntu:16.04 echo hello
"hello" gets successfully echoed, but the shell prompt does not reappear, the container is hung.
This error message appears in the docker logs:
Handler for POST /v1.32/containers/8024d87149987268cc55cb4928d22839c6d7091505b634d90479afa4a9a9b3f0/resize returned error: rpc error: code = Unknown desc = containerd: container not found
Restarting docker fixed the problem.
3. Information to attach (optional if deemed irrelevant)
uname -a
Linux chaos 4.10.0-38-generic #42~16.04.1-Ubuntu SMP Tue Oct 10 16:32:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
nvidia-smi -a
Driver Version : 384.90
docker version
17.09.0
ce-0ubuntudpkg -l '*nvidia*'
orrpm -qa '*nvidia*'
nvidia-container-cli -V
I've turned these on. If/when this reproduces, I'll attach. As mentioned, it took about a month for this to appear.
The text was updated successfully, but these errors were encountered: