I followed:
https://developer.toradex.com/torizon/application-development/partner-containers/partner-demo-container-codesys/
which is old. I got it to work but the image names are different than described in the above link.
I get:
torizon@verdin-imx8mm-15701428:~$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
1abd313e4a29 codesyscontrol_virtuallinuxarm64:4.17.0.0 "/opt/codesys/script…" 43 minutes ago Up 43 minutes 443/tcp, 4840/tcp, 8080/tcp, 11740/tcp control
b30f483ac6f3 codesysedge_edgearm64:4.17.0.0 "/opt/codesysedge/sc…" 43 minutes ago Up 43 minutes 0.0.0.0:1217->1217/tcp, :::1217->1217/tcp GW
5a43ebb86829 torizonextras/easy-pairing-view "./erosView" 46 minutes ago Up 46 minutes torizon-easy-pairing-view-1
0995ec4eade9 torizonextras/easy-pairing-server "node out/lib/index.…" 46 minutes ago Up 46 minutes 0.0.0.0:3030->3030/tcp, :::3030->3030/tcp torizon-easy-pairing-server-1
However using my browser with:
http://192.168.40.41:8080/webvisu.htm
gives nothing. By the way if you don’t have a proper DNS configuration you have to use IP and not hostname.
How can I enable the port or webserver?
