Details
-
Type:
Suggestion
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Fixed
-
Affects Version/s: 1.12.1
-
Fix Version/s: 1.14.0
-
Component/s: Documentation
-
Labels:None
-
Platform/s:
Description
From here:
Linux Containers
This (command for Linux/Bash):
docker run -it -v $PWD:/qbs -w /qbs qbsbuild/qbsdev:stretc
And this (command for Win/PowerShell):
docker run -it -v %CD%:/qbs -w /qbs qbsbuild/qbsdev:stretch
Can be just one command (Bash/PowerShell):
docker run -it -v ${PWD}:/qbs -w /qbs qbsbuild/qbsdev:stretch
Lesser is better! )