LoginSignup
1
1

More than 3 years have passed since last update.

Dockerコンテナ内でpingを実行するための備忘録

Posted at

pingコマンドが実行できなかったため、以下でインストールしようとしましたが、できませんでした。

apt-get install iputils-ping

エラー、、、

E: Unable to locate package iputils-ping
E: Unable to locate package net-tools

以下で、インストール可能なパッケージの一覧を最新にしたのち、再びインストールを行ったらできました。

apt-get update
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1