Atvise version 3.4.1
balena-engine login
balena-engine run -d -p 8080:80 -p 4841:4840 --name atvised --restart always -v /opt/plcnext/atvise/project/:/var/lib/atvise -v /opt/plcnext/atvise/license:/etc/atvise pxcbe/atvise:xxx
where xxx is the version of the container needed (see tag names). exemple ":arm-3.8.1"
balena-engine stop atvised to stop the container
balena-engine start atvised to start the container
http://*ipadressofplc*:8080
balena-engine run -it -p 8080:80 -p 4841:4840 --name atvise --entrypoint="" -v /opt/plcnext/atvise/project/:/var/lib/atvise -v /opt/plcnext/atvise/license/:/etc/atvise pxcbe/atvise:xxx bash
where xxx is the version of the container needed (see tag names). exemple ":arm-3.8.1"
You'll need to start the atserver manually with
/usr/bin/atserver --daemon --proj=/var/lib/atvise
Content type
Image
Digest
Size
126.8 MB
Last updated
over 6 years ago
docker pull pxcbe/atvise