😄
😆
😊
😃
Once in a while, you may need to cleanup resources (containers, volumes, images, networks) ...
// see: https://github.com/chadoe/docker-cleanup-volumes
docker volume rm $(docker volume ls -qf dangling=true)
docker volume ls -qf dangling=true | xargs -r docker volume rm
Done according to https://github.com/Neilpang/acme.sh/wiki/dns-manual-mode
Warning: DNS manual mode can not renew automatically. For renewal you need to repeat steps below each time. Certificate needs to be renewed within 90 days.
Install client
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
######################################### | |
unmapAll # Use Emacs-style bindings only. | |
######################################### | |
# Modifier Keys w/ Emacs Terminology: | |
# `<c-*>` = ⌃ Control Key; i.e. `C-*`. | |
# `<a-*>` = ⌥ Meta Key (Alt/Option); i.e. `M-*`. |