-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
networking_ebpf build: ./ipdk: line 208: docker: command not found #295
Comments
Looks like you missed the step to set the PATH variable ./ipdk install ebpf-ubuntu2004 As last step execute: |
No issues observed till docker container image creation. |
Thanks, I confirmed that setting the PATH solved the docker image build issue. Can't this PATH export be done automatically by the build scripts? Why add a manual step? |
Unfortunately not... Because the script is running in its own shell environment exporting a extended path will be gone when the script ends. 😢 Starting a new bash shell or logging in again should do the work also... |
Following the networking_ebpf instructions at https://github.com/ipdk-io/ipdk/blob/main/build/networking_ebpf/README_DOCKER.md#optional-vagrant-setup yielded the error shown below. SHould the instructions also include this step?
Here is the error:
The text was updated successfully, but these errors were encountered: