runborg / vyos-pi-builder

71 stars 22 forks source link

Better instructions in README? #1

Closed geerlingguy closed 3 years ago

geerlingguy commented 3 years ago

I'm thinking of giving this a spin on a couple Pi CM4s, but I think there are some baked in assumptions in the README that someone new to VyOS might not know.

For example, there's a step:

build the vyos-build docker container as vyos/vyos-build:current-arm64

But I'm not quite sure where the Dockerfile for that is (is it in this repo, or elsewhere?), nor if there are any other things I'd need to do to actually run the build (e.g. configure things for ARM64 vs AMD64).

(I found this repo through https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/114)

runborg commented 3 years ago

Hi Jeff! I've updated the readme with build instructions for the docker container, please give me a hint if this is enough.

geerlingguy commented 3 years ago

@runborg - Ah, much better! I'll try to give it a spin.