mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Update README.md
This commit is contained in:
parent
b710a8a082
commit
c437f81ea5
1 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue