You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2023. It is now read-only.
Hi,
I am trying to publish ports to the host from one container in my topology, but even though the docker-topo --create script appears to succeed, the port doesn't get published.
Actually, I've managed to answer my own question. I read through the source code and I can see that port publishing is by default only supported for CEOS and VEOS images (it wasn't apparent from the documentation).
With some tweaking to the code I was able to get it to work for the ONOS container as well.
Quick question though: why is it explicitly disabled for all other images including Alpine hosts?
The port publishing is implemented by Docker's API, so it shouldn't matter what VM/container image you are running internally, provided that it exposes the port you are looking for, right?
Hi,
I am trying to publish ports to the host from one container in my topology, but even though the docker-topo --create script appears to succeed, the port doesn't get published.
Here is the topology I am using:
The text was updated successfully, but these errors were encountered: