Merge branch 'main' of https://git.1159.cl/Mario1159/osic-stacks
All checks were successful
release / build-base (push) Successful in 20m53s
release / build-digital-ator (push) Successful in 2h9m24s
release / build-digital-heavy (push) Successful in 2h12m25s
release / build-analog-xm (push) Successful in 2h37m51s
release / build-analog-heavy (push) Successful in 2h37m54s
release / build-heavy (push) Successful in 2h37m53s
release / build-analog-xk (push) Successful in 2h39m51s
release / build-digital-icarus (push) Successful in 24m58s

This commit is contained in:
Mario Romero 2023-09-25 19:55:16 -03:00
commit 7c39e5a40f

View File

@ -55,7 +55,7 @@ Execute the next script in powershell and follow the container initialization pr
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
Execute the next script in your terminal replacing `<container_name>` by any name and `<stack>` by an stack from the previous [stack list](#user-content-stacks).
Execute the next script in your terminal replacing `<container_name>` by any name and `<stack>` by an stack from the previous [stack list](#stacks).
```sh
docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix --name <container_name> git.1159.cl/mario1159/<stack>-desktop
```