You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Marc Roos <M....@f1-outsourcing.eu> on 2020/12/31 13:36:28 UTC

How can I enable forwarding in a mesos container


If I run it as root I am getting 

sysctl: error setting key 'net.ipv4.ip_forward': Read-only file system

Looking for something like this: docker run --sysctl 
net.ipv4.ip_forward=1 someimage