-
Notifications
You must be signed in to change notification settings - Fork 0
Haproxy update feb 2023 #4
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
base: main
Are you sure you want to change the base?
Conversation
…n not support in remote mode"
foamdino
left a comment
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.
Check that this still produces the output
haproxy/README.md
Outdated
|
|
||
| Build the container which will compile, build and output the haproxy executable: | ||
| `docker build -o . .` | ||
| `docker build .` |
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.
Does this still emit the output? the previous -o flag was important to get the haproxy binary: https://docs.docker.com/engine/reference/commandline/build/#output
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.
You are correct that it needs the -o flag, I went back to using that after realising I had to run it from inside the podman machine but forgot to update it
No description provided.