Use with Docker
Download¶
You don't have to pull the image first. You also can skip this step.
docker pull chillibits/spice
docker pull ghcr.io/spicelang/spice
Use¶
docker run --rm -it -v $(pwd):/spice/out chillibits/spice
docker run --rm -it -v $(pwd):/spice/out ghcr.io/spicelang/spice
docker run --rm -it -v ${pwd}:/spice/out chillibits/spice
docker run --rm -it -v ${pwd}:/spice/out ghcr.io/spicelang/spice
Customize¶
Custom output path¶
You can use another output path by replacing $(pwd)
/${pwd}
with a custom path.
Example
docker run --rm -it -v ./project:/spice/out chillibits/spice