Run VyOS in a docker container

Hello, I am trying to run VyOS 1.4 version in a docker container, but failed, checked some documents, but all are out of date, I just want to create a test envirment to try VyOS, is there a quick way? or update document?
Thanks~

follow up the offical document to create iso then install to docker:
https://docs.vyos.io/en/latest/contributing/build-vyos.html#
Met issue in first step to create iso file, seems there are some invalid URL in the script, does anyone know an update script for the installation?

Err:1 https://repo.saltproject.io/py3/debian/11/amd64/3005 bullseye InRelease
Something wicked happened resolving ‘repo.saltproject.io:443’ (-5 - No address associated with hostname)
Reading package lists… Done
E: Failed to fetch http://dev.packages.vyos.net/repositories/sagitta/dists/sagitta/InRelease 403 Forbidden [IP: 172.67.168.41 443]
E: The repository ‘http://dev.packages.vyos.net/repositories/sagitta sagitta InRelease’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
N: Repository ‘Debian bookworm’ changed its ‘non-free component’ value from ‘non-free’ to ‘non-free non-free-firmware’
N: More information about this can be found online in the Release notes at: Chapter 5. Issues to be aware of for bookworm
E: An unexpected failure occurred, exiting…
P: Begin unmounting filesystems…
P: Saving caches…
Reading package lists… Done
Building dependency tree… Done
Traceback (most recent call last):
File “/vyos/./build-vyos-image”, line 628, in
cmd(“lb build 2>&1”)
File “/vyos/scripts/image-build/utils.py”, line 84, in cmd
raise OSError(f"Command ‘{command}’ failed")
OSError: Command ‘lb build 2>&1’ failed

Just use VyOS in VM :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.