Skip to content

Instantly share code, notes, and snippets.

@mbajur
Created March 12, 2015 16:43
Show Gist options
  • Select an option

  • Save mbajur/d65c92445f48603424e7 to your computer and use it in GitHub Desktop.

Select an option

Save mbajur/d65c92445f48603424e7 to your computer and use it in GitHub Desktop.

Revisions

  1. mbajur created this gist Mar 12, 2015.
    13 changes: 13 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    ## *(important)* Setup ubuntu to use `aufs` driver for drone

    sudo apt-get install linux-image-extra-$(uname -r)
    sudo reboot

    ## Install docker

    curl -s https://get.docker.io/ubuntu/ | sudo sh

    ## Install drone.io

    wget downloads.drone.io/master/drone.deb
    sudo dpkg -i drone.deb