-
Notifications
You must be signed in to change notification settings - Fork 18
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
Simple Dockerfile for running the plugin in a container #22
Labels
Comments
This was very useful and I appreciate the example with wildcards. Below is a complimentary dockerfile in case it helps anyone; I find docker compose easier to read.
|
Hey, sorry, didn't have notifications on for this repo for a while. @naioja please PR and update the readme with a section relating to this 😄 |
naioja
added a commit
to naioja/certbot-dns-azure
that referenced
this issue
Mar 9, 2023
@terrycain please have a look at #31 |
terricain
pushed a commit
that referenced
this issue
Mar 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
For anyone wanting to use this plugin in a container I have the following example:
The docker build command would simply be:
As an example the newly created container can be used as follows (a bit brave to mount directly the host's /etc/letsencrypt directory):
And the contents of the azuredns.ini is as per the service principal example with 400 permission.
Please let me know if code snippet above this is adequate to be included in a subsequent PR.
The text was updated successfully, but these errors were encountered: