Skip to content

Commit

Permalink
adjust command order according to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kanetz committed Mar 13, 2020
1 parent 93b4a10 commit f6f2537
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ echo "OPTIONS=-H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375" >> /etc/sysc
systemctl enable docker.service
systemctl start docker.service

./setup-wecube-containers.sh $@

echo "net.ipv4.ip_forward=1" >> /etc/sysctl.conf
echo "net.bridge.bridge-nf-call-ip6tables = 1" >> /etc/sysctl.conf
echo "net.bridge.bridge-nf-call-iptables = 1" >> /etc/sysctl.conf
sysctl -p

./setup-wecube-containers.sh $@

0 comments on commit f6f2537

Please sign in to comment.