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
● Update
● EULA Sky.753 RU | EN
● New Install
sudo docker pull docker.skynetflow.com/netflow.lnx:latestsudo docker volume create skynetflow_lnx_settingssudo 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:latestsudo docker stop skynetflow_lnxsudo docker rm skynetflow_lnxsudo 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