Skip to content

Commit

Permalink
Merge pull request #18 from kanetz/master
Browse files Browse the repository at this point in the history
adjust command order for wecube installation
  • Loading branch information
haixinhuang authored Mar 13, 2020
2 parents 12ba630 + f6f2537 commit 6015e98
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ yum install docker-compose -y

echo "OPTIONS=-H unix:///var/run/docker.sock -H tcp://0.0.0.0:2375" >> /etc/sysconfig/docker

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

systemctl start docker.service
systemctl enable docker.service

./setup-wecube-containers.sh $@

0 comments on commit 6015e98

Please sign in to comment.