Hello to all,
I am really lost on how to set an internet access to the EM10 set on Docker.
For other docker app as portainer, it quite easy. The command :
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
gives the setting of the ports.
:::8000 8000/tcp
:::9000 9000/tcp
How can we achieve that with entermedia ?
Thanks a lot for help. I realise that it might be a silly question for some of you, sorry about that.