mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
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:
commit
5c2039d262
1 changed files with 5 additions and 5 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue