Merge pull request #140 from prometheas/fix-boot-to-osx-shell+display-command

docs: fix broken multi-line docker command
This commit is contained in:
sickcodes 2021-02-01 21:49:15 +00:00 committed by GitHub
commit 5c2039d262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ docker run -it \
-p 50922:10022 \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e "DISPLAY=${DISPLAY:-:0.0}" \
-e "OSX_COMMANDS=/bin/bash -c \"pwd && uname -a\""
-e "OSX_COMMANDS=/bin/bash -c \"pwd && uname -a\"" \
sickcodes/docker-osx:auto
# Boots in a minute or two!