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
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
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: