aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-02-08 22:05:18 +0000
committersickcodes <[email protected]>2021-02-08 22:05:18 +0000
commit54afd6ad58b32533355f353e17e8ddf393715239 (patch)
treeb8b62d794fdc2a78f101b82084722df966599af9 /README.md
parentReduced image by 5GB, thanks to @weskerfoot! (diff)
downloaddocker-osx-54afd6ad58b32533355f353e17e8ddf393715239.tar.xz
docker-osx-54afd6ad58b32533355f353e17e8ddf393715239.zip
Add -e NETWORKING=e1000-82545em || -e ENV NETWORKING=vmxnet3 as runtime arguments.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76bab68..79909d6 100644
--- a/README.md
+++ b/README.md
@@ -622,6 +622,7 @@ docker run \
-e IMAGE_PATH=/image \
-e SCREEN_SHARE_PORT=5900 \
-e DISPLAY=:0 \
+ -e NETWORKING=vmxnet3 \
--device /dev/kvm \
--device /dev/snd \
-v /tmp/.X11-unix:/tmp/.X11-unix \