Posts tagged with linux
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 …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 …