📄 Docker

Docker


A docker is available through our support team or through https://registry.hub.docker.com/r/sunforestsoftware/envisionscada

The docker can be deployed on both Windows and Linux AMD64 devices. 

The database and project related files are stored on a volume called EnvisionVolume and are automatically upgraded to the latest version when creating new containers. If the volume does not exist, it will automatically be created when using the run command below.

Pull the container from Docker Hub: 

docker pull sunforestsoftware/envisionscada

To run the container

docker run -p 80:8080 --name=envisionscada --restart=always --mount source=EnvisionVolume,target=/EnvisionVolume sunforestsoftware/envisionscada:latest

If you wish to stop the container: 

docker stop envisionscada 

if you wish to delete the old container: 

docker rm envisionscada 

If you wish to delete the image 

docker rmi envisionscada:latest

SSL certificates must be presented through a proxy, we’ll write a tutorial here soon. 

Restrictions

⚠️

The DNP3 driver is not supported on docker, as it is partly based on 32-bit libraries while our docker image is strictly 64 bit.