osic-stacks/README.md
2023-08-07 02:38:14 -04:00

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>```