Код: Выделить всё
docker exec -ti f3a943ee0b78 bash
не удалось создать консольный сокет runc: mkdir /tmp/pty30195047: такого файла или каталога нет: неизвестно
Поэтому я пошел проверить свой путь к tmp и обнаружил еще одну проблему
Код: Выделить всё
drwxrwxrwx 1567 root root 0 Oct 15 21:57 proc/
...
drwxrwxrwx 1567 root root 0 Oct 15 21:57 tmp/
Код: Выделить всё
mount -t tmpfs -o size=20M tmpfs /tmp
docker exec -ti f3a943ee0b78 bash
Код: Выделить всё
failed to open stdin fifo: couldn't stat /proc/self/fd/27: stat /proc/self/fd/27: no such file or directory
Подробнее здесь: https://stackoverflow.com/questions/791 ... bothers-me
Мобильная версия