Skip to content

Instantly share code, notes, and snippets.

View bhaskarmelkani's full-sized avatar
🎯
Focusing

Bhaskar Melkani bhaskarmelkani

🎯
Focusing
View GitHub Profile
# Reference:
https://www.cloudgear.net/blog/2015/5-minutes-kubernetes-setup/
# install homebrew and cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install virtualbox
brew cask install virtualbox
# install dockertoolbox
@bhaskarmelkani
bhaskarmelkani / monit
Last active August 29, 2015 14:17 — forked from roman01la/monit
check host localhost with address 127.0.0.1
start "/sbin/start myapp"
stop "/sbin/stop myapp"
if failed port 3000 protocol HTTP
request /
with timeout 5 seconds
then restart