HOW TO INSTALL
TOOLBOX.


HOW TO INSTALL TOOLBOX .
TOOLBOX DOCKER
INSTALLATION.
Deploy Toolbox on a standalone LINUX Docker host/single node swarm cluster (or Windows 10 Docker Host running in “Linux containers” mode). Use the following Docker commands to deploy the Toolbox:
Use the following Docker commands to deploy:
1) Volume creation for data
docker volume create cv4pve_toolbox_data
2) Creation of container image (to replace the part xx.xx.x see the latest version).
docker run -d -p 8001:443 -e TZ=Europe/Rome --restart=always -v cv4pve_toolbox_data:/app/storage --name cv4pve-toolbox corsinvest/cv4pve-toolbox:xx.xx.x
“TZ = Europe / Rome” is needed to synchronize the time zone. List of time zone.
Access via a web browser the IP address of the Docker machine to port 8001 (example: https://IP address:8001/).
The default credentials are: user admin password admin.
TOOLBOX DOCKER
UPDATE.
During the update phase, the configuration data will not be lost because it is saved in the volume created in the first installation phase.
* On the portal, if available, new updates will be reported through a notification.
** Updates are available according to maintenance. If you perform an update on an expired maintenance the system will not work.
docker stop cv4pve-toolbox
docker rm cv4pve-toolbox
docker run -d -p 8001:443 -e TZ=Europe/Rome --restart=always -v cv4pve_toolbox_data:/app/storage --name cv4pve-toolbox corsinvest/cv4pve-toolbox:xx.xx.x