Last active
June 28, 2016 14:05
-
-
Save jmcarbo/eda83fcbc5918ee8e6d7d029979a1639 to your computer and use it in GitHub Desktop.
dddd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker ps -a | awk '{ print $1; }' |xargs docker rm -f | |
apt-get purge docker-engine | |
curl -fsSL https://experimental.docker.com/ | sh | |
sudo usermod -aG docker deploy | |
docker network create -d ipvlan --subnet=172.20.4.0/22 --gateway=172.20.4.99 -o ipvlan_mode=l2 -o parent=eno1 ddd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment