Configure QCSA Image
Before proceeding with this step, ensure that the Shared and Private directories are created on the Linux Host:
Download QCSA Image
To create a QCSA Containerized Scanner, you need a QCSA image. To download QCSA image, perform the following steps.
- Log into the Qualys Enterprise TruRisk™ Platform.
- Choose the Vulnerability Management application.
- Go to Scans > Appliance.
- Select New > Containerized Scanner Appliance.
- Click Download Image Only.
- Select Download option in File Location for Docker Container in Distribution Package.
The file is downloaded with the name QCSA-x.x.x.tar
Configure QCSA Image in Docker Host
- Copy the downloaded QCSA file on docker the host.
- Load the QCSA image from QCSA-x.x.x.tar.xz using the following command:
docker load
<qcss-x.x.x.tar.xz
Sample
[root@localhost ~]# docker load < qcss-1.0.47-1.tar.xz 5cc7618fa5d9: Loading layer [==================================================>] 270.1MB/270.1MB 570a9d7c8b78: Loading layer [==================================================>] 3.584kB/3.584kB 03a8d2dbb654: Loading layer [==================================================>] 5.632kB/5.632kB 180c851ea8d0: Loading layer [==================================================>] 512kB/512kB 42522a6f0114: Loading layer [==================================================>] 61.21MB/61.21MB 115d05199b17: Loading layer [==================================================>] 39.94kB/39.94kB c3384fea7197: Loading layer [==================================================>] 1.836MB/1.836MB 4304991d6341: Loading layer [==================================================>] 12.46MB/12.46MB eadf9c5a2e35: Loading layer [==================================================>] 90.93MB/90.93MB Loaded image: localhost/qualys/qcss:latest [root@localhost ~]#
- Check the image on the docker host using the following command:
docker image lsSample
[root@localhost ~]# docker image ls REPOSITORY TAG IMAGE ID CREATED SIZE localhost/qualys/qcss latest 127b3c09cd21 3 months ago 424MB [root@localhost ~]#