Posts
Access boot2docker container IP
Published 10 May 2015 in archive with tags docker , osx , boot2docker When you run boot2docker, all your containers will be running on that VM, not on your local machine. Therefore, you won't be able to access them via their container IPs by default. Continue reading …Discovering service discovery services
Published 12 April 2015 in archive with tags docker , consul , ubuntu , linux The problem with service discovery, is that in order to use it to discover services, services must first discover the service discovery service. Continue reading …UFW, Ubuntu, OpenVPN, and Docker
Published 6 April 2015 in archive with tags docker , ufw , openvpn , iptables Today I've been playing with UFW, Ubuntu, OpenVPN, and Docker. A few other things as well but this post relates to those technologies, mainly UFW, Ubuntu, and Docker. Continue reading …Get container ID from within container
Published 5 April 2015 in archive with tags docker , shell , linux To get the container ID from within a container, use this: Continue reading …Shell settings for safer scripts
Published 5 April 2015 in archive with tags shell , bash , linux I was just reading through one of Progrium's scripts when I came acrossset -eo pipefail
at the beginning of a script. Having not seen that before, I decided to Google. This is the result of that.
Continue reading …