"how to install “ifconfig” command in my ubuntu docker image?" Code Answer

3

on a fresh ubuntu docker image, run

apt-get update
apt-get install net-tools

these can be executed by logging into the docker container or add this to your dockerfile to build an image with the same.

By Krzysztof Abramowicz on September 7 2022

Answers related to “how to install “ifconfig” command in my ubuntu docker image?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.