aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-08-27 17:24:47 +0000
committersickcodes <[email protected]>2021-08-27 17:24:47 +0000
commit0865bb21c1bde72cbf7dd8152a2a631488475890 (patch)
treea1b80da915881814992d230a4832c0a6f3b591dc
parentFix MAC_PASSWORD variable name (should be PASSWORD), Add docs for folder sharing (diff)
downloaddocker-osx-0865bb21c1bde72cbf7dd8152a2a631488475890.tar.xz
docker-osx-0865bb21c1bde72cbf7dd8152a2a631488475890.zip
Variable typos for naked-auto
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6c4f35c..1da5b5f 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ docker run -it \
[![https://img.shields.io/docker/image-size/sickcodes/docker-osx/naked-auto?label=sickcodes%2Fdocker-osx%3Anaked-auto](https://img.shields.io/docker/image-size/sickcodes/docker-osx/naked-auto?label=sickcodes%2Fdocker-osx%3Anaked-auto)](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