Skip to content

Instantly share code, notes, and snippets.

View abhvious's full-sized avatar

abhi abhvious

View GitHub Profile
0xdae0A5eD569d3Ab66d0677cF97502d88AE9d5deA

Keybase proof

I hereby claim:

  • I am abhvious on github.
  • I am abhi (https://keybase.io/abhi) on keybase.
  • I have a public key ASB7sDqRILBqhR1wS1JL5dCKlbVuAix_IpW1wKIK3uGCjwo

To claim this, I am signing this object:

@abhvious
abhvious / gist:8965190
Created February 12, 2014 21:47
docker container-to-container networking test
# this will fail, but change to m3.xlarge and it will work
ec2-run-instances ami-ad184ac4 -g <your sec group here> -k <your key here> -t c3.xlarge -b '/dev/sdb=ephemeral0' -b '/dev/sdc=ephemeral1'
## init machine with new kernel, reboot
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list"
sudo apt-get update
sudo apt-get install linux-image-extra-`uname -r`
sudo reboot