Sign inSign up

opstool/os-net-config

By opstool

Updated over 6 years ago

Image
1

345

opstool/os-net-config repository overview

Usage

os-net-config image used for generating centos nic configuration

host os requirements

yum install openvswitch driverctl dpdk
systemctl enable --now openvswitch

put config.yaml and mapping.yaml file in /etc/os-net-config. Then run following container

docker run \
    -it \
    --net host \
    --privileged \
    --volume /etc/os-net-config/:/etc/os-net-config/ \
    --volume /etc/driverctl.d:/etc/driverctl.d \
    --volume /etc/sysconfig/:/etc/sysconfig/ \
    --volume /lib/modules:/lib/modules:ro \
    --volume /run/:/run/ \
    --volume /sys:/sys \
    --volume /var/lib/os-net-config:/var/lib/os-net-config \
    opstool/os-net-config \
    os-net-config -d

Tag summary

Content type

Image

Digest

Size

127.6 MB

Last updated

over 6 years ago

docker pull opstool/os-net-config