We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: