mirror of
https://github.com/vhaudiquet/mymachine.git
synced 2025-12-18 20:16:05 +00:00
ubuntu: made docker lxd compat
This commit is contained in:
@@ -8,3 +8,7 @@ disable_unwanted_extensions() {
|
|||||||
WHEEL_GROUP="sudo"
|
WHEEL_GROUP="sudo"
|
||||||
|
|
||||||
disable_unwanted_extensions
|
disable_unwanted_extensions
|
||||||
|
|
||||||
|
# Enable docker IPv4 forwarding, to allow LXD to work along it :)
|
||||||
|
echo "net.ipv4.conf.all.forwarding=1" > /etc/sysctl.d/99-forwarding.conf
|
||||||
|
sysctl net.ipv4.conf.all.forwarding=1
|
||||||
|
|||||||
Reference in New Issue
Block a user