The tunnel interface explanation page doesn't have any examples of workshop configuration files demonstrating how the system plugs and slots are used.
Furthermore, given that our project can use a docker image in one setup, I was trying to set up the docker-ce sdk, but as I am running several applications in that environment with several ports in use, I want a way that I can take my (custom to my app under test) ports and make them available on the localhost.
I have yet to find any great examples in the documentation that show all the ways which slots and plugs can be used.
In one place I seemed to read that the slots or plugs (one of them) was defined by the sdk (does that mean that the publisher of the docker-ce sdk had to know my applications' ports and make them available in their SDK and I cannot add to the sdk definition?
Overall, since there are many magical things that slots and plugs and connections and the system interface can and cannot do, I would find it very helpful if there were more examples of a variety of scenarios. What I want to be able to do is all tcp networking.
The tunnel interface explanation page doesn't have any examples of workshop configuration files demonstrating how the system plugs and slots are used.
workshop/docs/explanation/interfaces/tunnel-interface.rst
Line 32 in ea9b86d
Furthermore, given that our project can use a docker image in one setup, I was trying to set up the
docker-cesdk, but as I am running several applications in that environment with several ports in use, I want a way that I can take my (custom to my app under test) ports and make them available on the localhost.I have yet to find any great examples in the documentation that show all the ways which slots and plugs can be used.
In one place I seemed to read that the slots or plugs (one of them) was defined by the sdk (does that mean that the publisher of the docker-ce sdk had to know my applications' ports and make them available in their SDK and I cannot add to the sdk definition?
Overall, since there are many magical things that slots and plugs and connections and the system interface can and cannot do, I would find it very helpful if there were more examples of a variety of scenarios. What I want to be able to do is all tcp networking.