theia-ide / theia-apps

Theia applications examples - docker images, desktop apps, packagings
Apache License 2.0
1.04k stars 346 forks source link

Add reference to PowerShell #339

Closed 1kastner closed 4 years ago

1kastner commented 4 years ago

PowerShell can also understand the dollar-and-bracket expression, so no need to send them to the CMD. See https://stackoverflow.com/questions/41485217/mount-current-directory-as-a-volume-in-docker-on-windows-10/41489151#41489151 for reference. This pull request is based on #332.

paul-marechal commented 4 years ago

Hm, could you please squash your commits though? Will be ready to merge then.

1kastner commented 4 years ago

Sure!