lizrice / lb-from-scratch

A very basic eBPF Load Balancer in a few lines of C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile.lb not found

Enigamict opened this issue · comments

I typed the following commands, and got errors,
sudo docker buildx build --push --platform linux/arm64,linux/amd64 --tag lizrice/ubuntu-ebpf-lb -f Dockerfile.lb .

error: failed to solve: failed to read dockerfile: open /tmp/buildkit-mount4127635099/Dockerfile.lb: no such file or directory

Where do I get the files from?

Thank you for your response!