badouralix/zunit
Alpine-based image for ZUnit, a powerful unit testing framework for ZSH
992
⚠️⚠️⚠️ ZUnit is still in progress, this image is built upon branch master
. ⚠️⚠️⚠️
⚠️⚠️⚠️ Images built on specific releases may arrive soon ⚠️⚠️⚠️
This Dockerfile builds an image with zsh and zunit framework.
See the repo on Docker Hub.
Default workdir is /app
.
Thus, assuming you are currently in your project directory:
docker run -t --rm -v $PWD:/app:ro badouralix/zunit
See README to learn how to use zunit
.
In your shell rc dotfile, you could add an alias zunit='docker run -t --rm -v $PWD:/app:ro badouralix/zunit'
so that you would just have to run :
zunit
Unless expressly stated otherwise, all contents licensed under the MIT License.
docker pull badouralix/zunit