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

docker start script #61

Open
Bairdo opened this issue Mar 22, 2018 · 1 comment
Open

docker start script #61

Bairdo opened this issue Mar 22, 2018 · 1 comment

Comments

@Bairdo
Copy link
Owner

Bairdo commented Mar 22, 2018

docker/runauth.sh This seems kind of messy.

Perhaps have gasket catch the signals. and another flag for the base config stuff (starting fresh or not).

In fact whether we start fresh or not should be decided by the user. so add an option for that (passing env variables in docker??)

how would docker restart mode work then - if wanted to keep the current rules after a crash?

@Bairdo
Copy link
Owner Author

Bairdo commented Apr 10, 2018

re restart mode:
change dockerfile.auth to use ENTRYPOINT
then in docker run ... <put argument here>
or in docker-compose 'command'
see https://stackoverflow.com/a/41968585
and https://stackoverflow.com/a/40312311

A)
if base-acls.yaml use that (this is the latest)
if not use base-acls.yaml-orig (the original nothing authed).

B)
always use base-acls.yaml-orig

C)
always use base-acls.yaml

@Bairdo Bairdo added this to the v0.4 milestone May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant