Skip to content

Instantly share code, notes, and snippets.

@okdas
Last active January 20, 2017 03:10
Show Gist options
  • Save okdas/28aba84faa51b7e0b8314bbce659d7b4 to your computer and use it in GitHub Desktop.
Save okdas/28aba84faa51b7e0b8314bbce659d7b4 to your computer and use it in GitHub Desktop.
OVH Ubuntu/Debian eth1 + docker install sript
#!/bin/bash
echo 'auto eth1' >> /etc/network/interfaces
echo 'iface eth1 inet dhcp' >> /etc/network/interfaces
/sbin/ifup eth1
wget -qO- https://get.docker.com/ | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment