diff options
| author | sickcodes <[email protected]> | 2021-08-27 17:24:47 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-08-27 17:24:47 +0000 |
| commit | 0865bb21c1bde72cbf7dd8152a2a631488475890 (patch) | |
| tree | a1b80da915881814992d230a4832c0a6f3b591dc | |
| parent | Fix MAC_PASSWORD variable name (should be PASSWORD), Add docs for folder sharing (diff) | |
| download | docker-osx-0865bb21c1bde72cbf7dd8152a2a631488475890.tar.xz docker-osx-0865bb21c1bde72cbf7dd8152a2a631488475890.zip | |
Variable typos for naked-auto
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -96,7 +96,7 @@ docker run -it \ [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated) -Enable SSH in network sharing inside the guest first. Change `-e "USERNAME=user"` and `-e "USERNAME=password"` to your credentials. The container will add itself to `~/.ssh/authorized_keys` +Enable SSH in network sharing inside the guest first. Change `-e "USERNAME=user"` and `-e "PASSWORD=password"` to your credentials. The container will add itself to `~/.ssh/authorized_keys` Since you can't see the screen, use the PLIST with nopicker, for example: @@ -110,7 +110,7 @@ docker run -it \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e "USERNAME=user" \ - -e "DISPLAY=alpine" \ + -e "PASSWORD=alpine" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/custom/config-nopicker-custom.plist \ sickcodes/docker-osx:naked-auto @@ -1214,7 +1214,7 @@ docker run -it \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e USERNAME=yourusername \ - -e USERNAME=yourpassword \ + -e PASSWORD=yourpassword \ -e "OSX_COMMANDS=/bin/bash -c \"put your commands here\"" \ sickcodes/docker-osx:naked-auto |