Sign inSign up

amwork2010/vppdpdk

By amwork2010

Updated over 3 years ago

dpdk + vpp in docker

Image
0

75

amwork2010/vppdpdk repository overview

vi Dockerfile FROM ubuntu:22.04 RUN sed -i 's/archive.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list &&
sed -i 's/security.ubuntu.com/mirrors.ustc.edu.cn/g' /etc/apt/sources.list RUN apt-get update -y && apt-get install -y tzdata &&
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime &&
dpkg-reconfigure -f noninteractive tzdata RUN apt-get install dpdk kmod curl vim -y RUN curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | bash &&
apt-get update -y && apt-get install vpp vpp-plugin-core vpp-plugin-dpdk -y RUN mkdir -p /var/log/vpp //### vpp v22.10-release //### dpdk 21.11

docker run --privileged
-v /sys/bus/pci/devices:/sys/bus/pci/devices
-v /sys/kernel/mm/hugepages:/sys/kernel/mm/hugepages
-v /sys/devices/system/node:/sys/devices/system/node
-v /lib/modules:/lib/modules
-v /dev:/dev
-d amwork2010/vppdpdk:22.10 sleep infinity

Tag summary

Content type

Image

Digest

sha256:54a5e44bf

Size

120.3 MB

Last updated

over 3 years ago

docker pull amwork2010/vppdpdk:22.10