Download cSRX Software
To download the cSRX software:
- Download the cSRX software image from the Juniper Networks website. The filename of the downloaded cSRX software image must not be changed to continue with the installation.
-
You can either download the cSRX image file using the browser or use the URL to
download the image directly on your device as in the following example:
Run the following command to downloaded images to a local registry using
curl
command or any other http utility. The syntax forcurl
commands is:root@csrx-ubuntu3:~csrx# curl -o <file destination path> <Download link url>
root@csrx-ubuntu3:/var/tmp# curl -o /var/tmp/images/junos-csrx-docker-20.3R1.10.img “https://cdn.juniper.net/software/csrx/20.2R1.10/junos-csrx-docker-20.3R1.10.img?SM_USER=user&__gda__=1595350694_5dbf6e62442de6bf14079d05a72464d4”
% Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 160M 100 160M 0 0 1090k 0 0:02:30 0:02:30 --:--:-- 1230k
-
Locate the cSRX image by using the
ls
Linux shell command.root@csrx-ubuntu3:/var/tmp/images# ls
-
Load the downloaded cSRX image from the download site to the local registry
using the following command.
root@csrx-ubuntu3:/var/tmp/images# docker image load -i /var/tmp/images/junos-csrx-docker-20.2R1.10.img
e758932b9168: Loading layer [==================================================>] 263MB/263MB 23f7a9961879: Loading layer [==================================================>] 14.51MB/14.51MB 1e4139e6fa81: Loading layer [==================================================>] 270.3MB/270.3MB 10334b424f86: Loading layer [==================================================>] 16.9kB/16.9kB 202ebb2f1137: Loading layer [==================================================>] 2.56kB/2.56kB bc4a16173327: Loading layer [==================================================>] 1.536kB/1.536kB 8f9a9945544a: Loading layer [==================================================>] 2.048kB/2.048kB Loaded image: csrx:20.2R1.10
-
After the cSRX image loads, confirm that it is listed in the repository of
Docker images.
root@csrx-ubuntu3:/var/tmp/images# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE csrx 20.2R1.10 88597d2d4940 2 weeks ago 534MB