diff options
author | Benjamin Pill <benjamin@pillzone.de> | 2019-07-18 18:32:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 18:32:46 +0200 |
commit | fa6fe744ef4155d02fe795b17dc8516c67744384 (patch) | |
tree | 79d0af5cd5930ab8207b0174e587b8282d8d9f7e /README.md | |
parent | 7bed9a1bbbb4a7d041098aa4151c96d1992e5bed (diff) | |
download | vyos-build-fa6fe744ef4155d02fe795b17dc8516c67744384.tar.gz vyos-build-fa6fe744ef4155d02fe795b17dc8516c67744384.zip |
Add note about building the image on non-linux systems using docker
Currently it is only working on linux systems (using docker)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -75,6 +75,8 @@ $ apt-get update -o Acquire::Check-Valid-Until=false ### Docker +**NOTE:** Currently the image can only be build with docker on Linux system + Using our [Dockerfile](docker/Dockerfile) you create your own Docker container that is used to build a VyOS ISO image or other required VyOS packages. The [Dockerfile](docker/Dockerfile) contains some of the most used packages needed |