Script to download osic-tools docker image and run it directly in wsl (without docker)
- GUI support using WSLg works quite well.
- VSCode integration with WSL is nice.
- No need for docker desktop (run docker inside wsl if needed)
- git
- go (for compiling undocker.exe)
clone, cd to directory, run:
- install.ps1 to download and install image
- run.ps1 to run image with designs drive mounted
- update.ps1 to update existing image
- Remove go requirement (with a compiled binary of undocker.exe)