Sky.753

Netflow Viewer

3.1.a Docker Container
IMPORTANT: Please read these End User Licence Agreements (“EULA(s)”) carefully before installing this Software Product. By installing, copying, and/or otherwise using the Software Product you agree to be bound by the terms of any and all EULAs that pertain to its use:
● EULA Sky.753 RU | EN

● New Install
sudo docker pull docker.skynetflow.com/netflow.lnx:latest
sudo docker volume create skynetflow_lnx_settings
sudo docker run -d -t -i --name skynetflow_lnx --net=host \
--mount source=skynetflow_lnx_settings,destination=/app/Settings \
--restart unless-stopped -e TZ=[docker_timezone] \
docker.skynetflow.com/netflow.lnx:latest


● Update
sudo docker pull docker.skynetflow.com/netflow.lnx:latest
sudo docker stop skynetflow_lnx
sudo docker rm skynetflow_lnx
sudo docker run -d -t -i --name skynetflow_lnx --net=host \
--mount source=skynetflow_lnx_settings,destination=/app/Settings \
--restart unless-stopped -e TZ=[docker_timezone] \
docker.skynetflow.com/netflow.lnx:latest