Docker Image not working

While looking to build the latest iso of Vyos, the image built using the repository at at GitHub - vyos/vyos-build: VyOS image build scripts, docker fails to start the image with error:

standard_init_linux.go:211: exec user process caused “no such file or directory”

I’ve tried to clone the repository with both the “current” and “crux” branch.

To run the image I’m using the command from the documentation at Build VyOS — VyOS 1.5.x (circinus) documentation

Doing the EXACT same run command with a normal debian image, works fine.

Any idea?

Thanks.

Any suggestions on understanding the issue here?

Thanks.

Hi @Ralm, describe please step by step what are you exactly doing.
I can’t reproduce your issue.

Perhaps you’re not running the “docker run” command inside the docker-build directory? You need to be cd’d into the cloned docker-build repo as the command uses “pwd” to mount it into the container.