Posts
Published 27 May 2015
in archive
with tags
docker
,
linux
This removes all exited containers.
Continue reading …
Published 15 May 2015
in archive
with tags
raspberrypi
,
javascript
,
node
Raspbian is based on of Debian Wheezy, so things are a little different than the standard Ubuntu 14.04 installs. Remember to always read a script before you curl it to bash.
Continue reading …
Published 15 May 2015
in archive
with tags
raspberrypi
,
arduino
,
javascript
,
node
Using NOOBS, install Raspbian. It's probably the most supported distro for the Pi. (https://www.raspberrypi.org/help/noobs-setup/)
Continue reading …
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 …
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 …