Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordemort/docker-acme
A non-root container for running acme.sh
https://github.com/jordemort/docker-acme
acme acmesh container docker
Last synced: about 19 hours ago
JSON representation
A non-root container for running acme.sh
- Host: GitHub
- URL: https://github.com/jordemort/docker-acme
- Owner: jordemort
- Created: 2021-02-03T05:44:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T02:01:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-21T02:42:36.130Z (6 days ago)
- Topics: acme, acmesh, container, docker
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jordemort/acme
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-acme
This is a container to run [acme.sh](https://github.com/acmesh-official/acme.sh). The main selling points of this over the official container are:
- It doesn't run as root.
- It includes openssh and the Docker CLI so you can do things like restart containers or remote into other machines in your `reloadCmd`.This is probably only really interesting to you if you're using the DNS challenge; since it doesn't run as root, binding to port 80 or 443 would require some trickery, and since I use the DNS challenge, I'm not invested enough to create the trickery.