diff --git a/website/docs/articles/docker/how-to-fix-failed-to-create-runc-console-socket-stat-tmp.md b/website/docs/articles/docker/how-to-fix-failed-to-create-runc-console-socket-stat-tmp.md deleted file mode 100644 index 4067b0bd..00000000 --- a/website/docs/articles/docker/how-to-fix-failed-to-create-runc-console-socket-stat-tmp.md +++ /dev/null @@ -1,12 +0,0 @@ -# How to fix: failed to create runc console socket: stat /tmp - -When running command: - -```bash -opencli user-login stefan -``` - -If you receive an error: -> failed to create runc console socket: stat /tmp: no such file or directory: unknown - -It indicates that docker runtime files from the /tmp are missing (deleted by some program/user), so the quickest solution is to reboot the server.