Docker/Ubuntu

From Omnia
Revision as of 06:10, 16 December 2024 by Kenneth (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tools to install

ping

Install ping: [1]

apt-get update -y
apt-get install -y iputils-ping

ip

Install ip command: [2]

apt-get update -y
apt install iproute2 -y