diff options
| author | sickcodes <[email protected]> | 2021-02-08 22:05:18 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-02-08 22:05:18 +0000 |
| commit | 54afd6ad58b32533355f353e17e8ddf393715239 (patch) | |
| tree | b8b62d794fdc2a78f101b82084722df966599af9 /README.md | |
| parent | Reduced image by 5GB, thanks to @weskerfoot! (diff) | |
| download | docker-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |