Is it possible to use port forwarding so I can access a service running in docker say on port 8080 from another build step? I have some .net integration tests that rely on talking to an instance of elastic and I was hoping I could fire up a container of elastic run the tests and dispose of it.
Hi
Is it possible to use port forwarding so I can access a service running in docker say on port 8080 from another build step? I have some .net integration tests that rely on talking to an instance of elastic and I was hoping I could fire up a container of elastic run the tests and dispose of it.
Any tips / advice much appreciated.