One could use the current setup to only install the files and fallback to bare docker compose, but I don't want to complicate #23 with it.
Running this will create the files (notice no docker socket mounted)
docker run --rm -it -v"$PWD:$PWD" -w"$PWD" -e TERM --network none ghcr.io/VirtusLab/sandcat init
(For extra assurance one could run it on an empty folder.)
Then use devcontainers or docker compose "manually" and you don't need to trust any external shell scripts to run on your machine.
One could use the current setup to only install the files and fallback to bare docker compose, but I don't want to complicate #23 with it.
Running this will create the files (notice no docker socket mounted)
(For extra assurance one could run it on an empty folder.)
Then use devcontainers or
docker compose"manually" and you don't need to trust any external shell scripts to run on your machine.