I'm struggling with a networking issue.
I have a Docker instance running on 172.17.0.14
with all the containers on the 172.18.0.0/24
network. With Vagrant you would do something like sudo route add -net 172.18.0.0 netmask 255.255.255.0 gw 172.17.0.14
to access the subnet.
However, when I run route add
inside the container I get
SIOCADDRT: Operation not permitted
What can I do? Is there anything like Socat? I don't want to add the NETCAP capability.