Image: azsdkengsys.azurecr.io/typespec
Tags:
- Lastest from master:
alpine
,latest
docker run \
-v "${pwd}:/wd" --workdir="/wd" \
-t azsdkengsys.azurecr.io/typespec \
# ... typespec args ...
For usage in powershell replace \
with `
docker run -v "${pwd}:/wd" --workdir="/wd" -t azsdkengsys.azurecr.io/tsp install
docker run -v "${pwd}:/wd" --workdir="/wd" -t azsdkengsys.azurecr.io/tsp compile .
docker run -v "${pwd}:/wd" --workdir="/wd" -t azsdkengsys.azurecr.io/tsp init