summaryrefslogtreecommitdiff
path: root/docs/installation/virtual/docker.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2023-08-27 21:04:56 +0200
committerrebortg <github@ghlr.de>2023-08-27 21:04:56 +0200
commit355b459f22544c97bd0332ff06dee1d39a05ac07 (patch)
tree54b261d0577c48a53695d6cf8392cb130ed2ae0a /docs/installation/virtual/docker.rst
parentabd23045bc3bc06fcd6475e3e616056c1870ab0c (diff)
parent02aafc3df3abebb58832c62ded26c495363ebb3a (diff)
downloadvyos-documentation-355b459f22544c97bd0332ff06dee1d39a05ac07.tar.gz
vyos-documentation-355b459f22544c97bd0332ff06dee1d39a05ac07.zip
Merge branch 'master' of github.com:vyos/vyos-documentation into localazy-3
Diffstat (limited to 'docs/installation/virtual/docker.rst')
-rw-r--r--docs/installation/virtual/docker.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/installation/virtual/docker.rst b/docs/installation/virtual/docker.rst
index e2bc0198..c4ff2c15 100644
--- a/docs/installation/virtual/docker.rst
+++ b/docs/installation/virtual/docker.rst
@@ -49,7 +49,7 @@ Deploy container from ISO
=========================
Download the ISO on which you want to base the container. In this example,
-the name of the ISO is ``vyos-1.4-rolling-202111281249-amd64.iso``. If you
+the name of the ISO is ``vyos-1.4-rolling-202308240020-amd64.iso``. If you
created a custom IPv6-enabled network, the ``docker run`` command below
will require that this network be included as the ``--net`` parameter to
``docker run``.
@@ -57,9 +57,10 @@ will require that this network be included as the ``--net`` parameter to
.. code-block:: none
$ mkdir vyos && cd vyos
- $ cp ~/vyos-1.4-rolling-202111281249-amd64.iso .
+ $ curl -o vyos-1.4-rolling-202308240020-amd64.iso https://github.com/vyos/vyos-rolling-night
+ly-builds/releases/download/1.4-rolling-202308240020/vyos-1.4-rolling-202308240020-amd64.iso
$ mkdir rootfs
- $ sudo mount -o loop vyos-1.4-rolling-202111281249-amd64.iso rootfs
+ $ sudo mount -o loop vyos-1.4-rolling-202308240020-amd64.iso rootfs
$ sudo apt-get install -y squashfs-tools
$ mkdir unsquashfs
$ sudo unsquashfs -f -d unsquashfs/ rootfs/live/filesystem.squashfs