Docker - bash: ping: command not found
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Версия от 20:04, 16 мая 2022; Admin iph (обсуждение | вклад) (Новая страница: «=== Docker - bash: ping: command not found === Ошибка: # docker exec -it 8369949abfa1 /bin/bash /# ping tomcatC bash: ping: command not found Реше...»)
Docker - bash: ping: command not found
Ошибка:
# docker exec -it 8369949abfa1 /bin/bash /# ping tomcatC bash: ping: command not found
Решение - это доустановить пакет iputils-ping в контейнере:
# apt-get update # apt-get install iputils-ping