Change windows script execution

This commit is contained in:
Mario Romero 2023-09-03 20:17:58 -03:00
parent 0c3674ac20
commit a17e1f9078

View File

@ -15,9 +15,11 @@ There are scripts provided for running the containers for each OS, this is becau
### Windows
This script will run the container inside wsl and bind the enviroments variables for [wslg](https://github.com/microsoft/wslg/blob/main/samples/container/Containers.md).
```powershell -executionpolicy bypass -file .\scripts\wsl_start.ps1```
Execute the next script in powershell.
```pwsh
iex "& { $(irm https://git.1159.cl/Mario1159/osic-stacks/raw/branch/main/scripts wsl_start.ps1) } Run Job"
```
This script will run the container inside wsl and bind the enviroments variables for [wslg](https://github.com/microsoft/wslg/blob/main/samples/container/Containers.md).
### Linux