mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-29 22:15:49 +08:00
commit
0b40480158
@ -71,7 +71,13 @@ sudo systemctl enable libvirtd.service
|
|||||||
sudo systemctl enable virtlogd.service
|
sudo systemctl enable virtlogd.service
|
||||||
sudo modprobe kvm
|
sudo modprobe kvm
|
||||||
|
|
||||||
# reboot
|
# enable network forwarding
|
||||||
|
nano /etc/sysctl.conf
|
||||||
|
Uncomment or add this line:
|
||||||
|
net.ipv4.ip_forward=1
|
||||||
|
|
||||||
|
|
||||||
|
# now reboot
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user