Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Controller needs to listen on public IP to get requests from outside docker network #7

Closed
payes opened this issue Dec 9, 2016 · 1 comment

Comments

@payes
Copy link
Collaborator

payes commented Dec 9, 2016

  1. Container's IP need to be passed to gotgt frontend so that the LUNs are accessible from outside docker network.
  2. Currently the Controller's control commands can be triggered from inside the container as it's listening only on localhost:9501, need to add one more listener so that these requests can be posted from outside.
@payes
Copy link
Collaborator Author

payes commented Dec 20, 2016

  1. Container's IP is now being passed to gotgt frontend.
  2. Now the controller is listening on *:9501 and the port 9501 needs to be exposed while starting the container.

@payes payes closed this as completed Dec 20, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant