Changes between Version 96 and Version 97 of SystemAdministration/Default_VM_setup


Ignore:
Timestamp:
08/16/18 16:29:09 (6 years ago)
Author:
André Moreira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v96 v97  
    4545curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose &&
    4646chmod +x /usr/local/bin/docker-compose &&
    47 ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose &&
    48 sysctl net.bridge.bridge-nf-call-iptables=1 &&
    49 sysctl net.bridge.bridge-nf-call-ip6tables=1
     47ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
    5048
    5149### Configure collectd
     
    9593systemctl start collectd.service
    9694systemctl start docker.service
     95
     96sysctl net.bridge.bridge-nf-call-iptables=1 &&
     97sysctl net.bridge.bridge-nf-call-ip6tables=1
    9798}}}
    9899### "deploy" and "setup" users' configuration -> needs manual copy of private deploy key for gitlab/github in <1> ###