From 32e5d2fafefb4b49c99cfe7dd7307f2c438112e4 Mon Sep 17 00:00:00 2001
From: B <b@xbug.io>
Date: Tue, 16 Jun 2020 19:24:05 +0800
Subject: correct docker container name(from vyos/vyos-builder to
 vyos/vyos-build)

---
 docs/contributing/build-vyos.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'docs')

diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst
index 51400eaf..d72f4b07 100644
--- a/docs/contributing/build-vyos.rst
+++ b/docs/contributing/build-vyos.rst
@@ -231,7 +231,7 @@ container, it includes all dependencies for compiling supported packages.
 
   $ docker run --rm -it -v $(pwd):/vyos -w /vyos \
                --sysctl net.ipv6.conf.lo.disable_ipv6=0 \
-               vyos-builder scripts/build-packages
+               vyos-build scripts/build-packages
 
 .. note:: `--sysctl net.ipv6.conf.lo.disable_ipv6=0` is required to build the
    `vyos-strongswan` package
@@ -251,7 +251,7 @@ Executed from the root of `vyos-build`
 
   $ docker run --rm -it -v $(pwd):/vyos -w /vyos \
                --sysctl net.ipv6.conf.lo.disable_ipv6=0 \
-               vyos-builder scripts/build-packages -b <package>
+               vyos-build scripts/build-packages -b <package>
 
 .. note:: `--sysctl net.ipv6.conf.lo.disable_ipv6=0` is only needed when
    building `vyos-strongswan` and can be ignored on other packages.
@@ -280,7 +280,7 @@ Example using `git@github.com:myname/vyos-1x.git` repository to build vyos-1x:
   $ cd ..
   $ docker run --rm -it -v $(pwd):/vyos -w /vyos \
                --sysctl net.ipv6.conf.lo.disable_ipv6=0 \
-               vyos-builder scripts/build-packages -b vyos-1x
+               vyos-build scripts/build-packages -b vyos-1x
 
 .. note:: You need to git pull manually after you commit to the remote and
    before rebuilding, the local repository won't be updated automatically.
-- 
cgit v1.2.3