Skip to content

Instantly share code, notes, and snippets.

@ahnick
ahnick / keybase.md
Created May 5, 2017 14:03
Keybase proof

Keybase proof

I hereby claim:

  • I am ahnick on github.
  • I am ahnick (https://keybase.io/ahnick) on keybase.
  • I have a public key ASD-_xvSYxjHkw2AX7bxr3GT1PgnLKGw0jqKRox3NX7nmAo

To claim this, I am signing this object:

@ahnick
ahnick / gist:7345220
Created November 6, 2013 22:22
docker upgrade wipes out docker group in /etc/group
vagrant@precise64:~$ cat /etc/group | grep docker
docker:x:998:vagrant
vagrant@precise64:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
lxc-docker-0.6.5
The following NEW packages will be installed:
@ahnick
ahnick / gist:7218174
Created October 29, 2013 16:39
Dockerfile + shells
# IRC bot tad (Hubot)
#
FROM ubuntu
MAINTAINER Xan Nick "xan.nick@gmail.com"
# Update and install packages
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y git