Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gatekeeper Docker image supports ports #10

Open
benmoose opened this issue Aug 18, 2019 · 0 comments
Open

Gatekeeper Docker image supports ports #10

benmoose opened this issue Aug 18, 2019 · 0 comments

Comments

@benmoose
Copy link
Owner

benmoose commented Aug 18, 2019

Currently, benmoose/gatekeeper only supports requests from unix sockets. It would be great if users could have the option of communicating via ports also.

Perhaps an environment variable or argument to the entrypoint would be a good interface?

# listen on unix socket (specify custom location)
docker run benmoose/gatekeeper --unix-socket /var/tmp/shared-mount

# listen on port (container listens on 80)
docker run -p 8000:80 benmoose/gatekeeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant