diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-08-07 00:31:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-07 00:31:22 +0200 |
commit | 5130a5b3373bdf1c89f8e6da14360d3c433d6085 (patch) | |
tree | 0439d2121d7492af7f7160e4caa5555677f41b04 | |
parent | 90759a092e85517f80c8937b4a40f0493123c501 (diff) | |
parent | fa6fe744ef4155d02fe795b17dc8516c67744384 (diff) | |
download | vyos-build-5130a5b3373bdf1c89f8e6da14360d3c433d6085.tar.gz vyos-build-5130a5b3373bdf1c89f8e6da14360d3c433d6085.zip |
Merge pull request #53 from thepill/thepill-patch-1
Add note about building the image on non-linux systems using docker
-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 |