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

cmd structure is odd/confusing #1

Open
cwedgwood opened this issue Mar 29, 2018 · 1 comment
Open

cmd structure is odd/confusing #1

cwedgwood opened this issue Mar 29, 2018 · 1 comment

Comments

@cwedgwood
Copy link
Owner

the cmd structure is confusing at best

think about updating that to be more flexible

perhaps so we can do

docker run cedgwood/certbot-aws certbot renew
docker run cedgwood/certbot-aws aws

and later on

docker run cedgwood/certbot-aws help
docker run cedgwood/certbot-aws configure

@cwedgwood
Copy link
Owner Author

note:

$ sudo docker inspect cwedgwood/certbot-aws:v0.22.2 | jq -c '.[0].Config | [ .WorkingDir , .Entrypoint ]'
["/opt/certbot",["certbot"]]

is where it's current behavior stems from. replacing that with a simple wrapper might be easiest.

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