This repository has been archived by the owner on Feb 27, 2018. It is now read-only.
boot2docker shellinit
on Windows prints commands that can not be used in cmd.exe or in a cygwin terminal
#301
Labels
Did the output from
boot2docker shellinit
change recently on Windows?We used to not require cygwin, correct? With v1.3.0, I get:
export
only works in a cygwin terminal... and if I run the commands, I get:$ echo $DOCKER_CERT_PATH C:Usersgmlewis.boot2dockercertsboot2docker-vm
So I'm guessing we first need to go back to using
set
or if we require cygwin, then we put the path in single quotes to thatbash
doesn't try to parse it. I don't remember now if v1.2.0 typedset
orexport
, but now that there are 3 variables, it is probably more important for us to standardize on eithercmd.exe
or a cygwin terminal on Windows.The text was updated successfully, but these errors were encountered: