Skip to content
Snippets Groups Projects
vincent cardile's avatar
297d4f5f
Name Last commit Last update
caldera
kestrel
README.md

INF808 - Latéralisation

Setup Kestrel

git clone https://github.com/opencybersecurityalliance/kestrel-lang.git
cd kestrel-lang
docker build -t kestrel .
docker run -p 8888:8888 -it kestrel