Ops - nimrody/knowledgebase GitHub Wiki
-
Docker machine for windows using Hyper-V:
docker-machine create -d hyper-v vmname
-
[http://rancher.com/](Rancher private clound and RancherOS for docker hosts)
-
Sending Telegram notifications
URL="https://api.telegram.org/bot$TELEGRAM_KEY/sendMessage" curl -s -d "chat_id=$CHAT_ID&disable_web_page_preview=1&text=$1" $URL > /dev/null