Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.