I hereby claim:
- I am Plop on github.
- I am autrui (https://keybase.io/autrui) on keybase.
- I have a public key whose fingerprint is 48A2 710D 3624 9BA2 B81A 1E1B 9E0D 2F28 B796 B80A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh -e | |
# | |
# You can run this script directly from github as root like this: | |
# curl -sS https://gist.githubusercontent.com/kamermans/94b1c41086de0204750b/raw/configure_docker0.sh | sudo bash -s - 192.168.254.1/24 | |
# | |
# * Make sure you replace "192.168.254.0/24" with the network that you want to use | |
# | |
# NOTE: This script is intended for Debian / Ubuntu only! | |
if [ $# -lt 1 ]; then |