-
Notifications
You must be signed in to change notification settings - Fork 39
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
Running L3AFD in a Docker container #395
Conversation
Signed-off-by: aka320 <[email protected]>
- Updating README with the instructions to Build L3AFD Docker image and run it in a Container. Signed-off-by: aka320 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, although it does sound like a good idea to pin the hash for the docker file as suggested by the security bot.
README.md
Outdated
@@ -60,6 +60,35 @@ go test -tags WINDOWS ./... | |||
# Generate Swagger Docs | |||
See our [Swaggo setup](docs/swagger.md) | |||
|
|||
# Build L3AFD Docker image |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this block in building section
build-docker/Dockerfile
Outdated
vim \ | ||
wget \ | ||
curl \ | ||
linux-tools-generic \ | ||
net-tools \ | ||
iproute2 \ | ||
elfutils \ | ||
libjson-c-dev \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix alignment.
- Fixing indentation in Dockerfile - Using specific SHA for Jammy base docker image - Cosmetic changes for README.md Signed-off-by: aka320 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Changes
Testing