Volunteers (hangs around EngineersMY slack)
https://engineersmy.herokuapp.com
Monthly meetup announced on meetup.com
Get in touch via meetup.com
or
Slack us to volunteer / speak / sponsor
DevKami curated meetups: https://devkami.com/page/meetups/
KL meetups by Tokwan: http://malaysia.herokuapp.com/#upcoming
$ export CF_API_KEY=abcdef1234567890
$ export CF_API_EMAIL=someone@example.com
$ docker run -it --rm \
-e CF_API_KEY="$CF_API_KEY" \
-e CF_API_EMAIL="$CF_API_EMAIL" \
lfaoro/flares domain1.tld domain2.tld
Github
# Mac
brew tap wagoodman/dive
brew install dive
# Go
go get github.com/wagoodman/dive
# Docker
docker pull wagoodman/dive
There are several container platforms and container orchestrators out there. However, they are too complex for my use. I like simple infrastructure that is easy to deploy and manage, tolerates failure cases and is easy to debug when needed.Github