Changes between Version 87 and Version 88 of SystemAdministration/Default_VM_setup


Ignore:
Timestamp:
07/18/18 12:51:38 (6 years ago)
Author:
André Moreira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v87 v88  
    4444curl -L https://github.com/docker/compose/releases/download/1.21.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose &&
    4545chmod +x /usr/local/bin/docker-compose &&
    46 ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
     46ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose &&
     47sysctl net.bridge.bridge-nf-call-iptables=1 &&
     48sysctl net.bridge.bridge-nf-call-ip6tables=1
    4749
    4850### Configure collectd