Docker - Ubuntu - bash: ping: command not found

前端 未结 7 2170
走了就别回头了
走了就别回头了 2020-12-07 07:15

I\'ve got a Docker container running Ubuntu which I did as follows:

docker run -it ubuntu /bin/bash

however it doesn\'t seem to have

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-07 07:59

    I have used the statement below on debian 10

    apt-get install iputils-ping
    

提交回复
热议问题