https://github.com/caprover/certbot-sleeping
Extended certbot image that does not exit
https://github.com/caprover/certbot-sleeping
Last synced: 5 months ago
JSON representation
Extended certbot image that does not exit
- Host: GitHub
- URL: https://github.com/caprover/certbot-sleeping
- Owner: caprover
- Created: 2020-08-24T00:41:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T04:31:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T12:45:43.066Z (about 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# certbot-sleeping
Extended certbot image that does not exit
```
ENTRYPOINT ['/bin/sh','-c' ]
CMD ['sleep 9999d']
```