I’m not positive if that is the fitting platform for this, however I figured it was price a strive.
I wish to create a container picture configured with DPDK (for a containernet topology). I am very new to container networking!
Fast clarification: for establishing the host machine: Do I want to put in DPDK on the host machine, or is putting in it within the containers enough?
I am now on the lookout for a picture I can simply load into Containernet. I attempted to construct on this.
- After I ran the script, I get this error:
ERROR: failed to unravel: course of "/bin/sh -c apt-get set up build-essential git python pciutils vim -y" didn't full efficiently: exit code: 100
Unable to seek out picture 'ubuntu-dpdk:newest' domestically
docker: Error response from daemon: pull entry denied for ubuntu-dpdk, repository doesn't exist or might require 'docker login': denied: requested entry to the useful resource is denied.
- After I downloaded the picture instantly from docker (docker pull shanakaprageeth/ubuntu-dpdk), no instructions on the container labored (ifconfig, apt-get, and so on.). There was no error message.
I believe I maybe basically do not perceive how container pictures work and find out how to customise them, particularly since I am attempting to put in writing Containernet scripts (vs. truly ssh-ing into containers). I do know I will want a container that helps DPDK and has it downloaded, and I do know it would additionally want to satisfy the containernet necessities.
May anybody level me in the fitting route?
Thanks!