Update the base of the orchestrator Swarm when offline
This page describes the procedure to update the Cyberwatch stack configuration folder on an offline machine.
Prerequisites
- Docker with version greater or equal to 23.0.6. It is recommended to have the latest version of docker.
- A Linux machine with access to the internet
Procedure
Download the cyberwatch package:
For Apt:
wget https://dl.cyberwatch.fr/apt/incoming/cyberwatch.deb
For Rpm:
wget https://dl.cyberwatch.fr/rpm/incoming/cyberwatch.rpm
Transfer the package to the Cyberwatch machine.
Connect to the Cyberwatch machine with a
root
account.Install the cyberwatch package:
For Debian-based distributions:
dpkg -i cyberwatch.deb
For Red Hat based distributions:
yum install -i cyberwatch.rpm