8 lines
234 B
Markdown
8 lines
234 B
Markdown
|
# OSIC Stacks
|
||
|
## Open source Integrated Circuits Docker Stacks
|
||
|
|
||
|
## Windows start container
|
||
|
```powershell -executionpolicy bypass -file .\wsl_start.ps1```
|
||
|
|
||
|
## Build images
|
||
|
``` docker build -t <tag> -f <arch/jammy>.Dockerfile <path>```
|