All info about Quantum Kite is available at https://quantum-kite.com/
garo/kite:buildenv provides a docker container with everything you need for building, debugging and running kite.
The source it self should be coupled at /home/user/kite.
Example usage: docker run -it -v /path/to/the/kite/source/on/your/system:/home/user/kite --rm --name kite garo/kite:buildenv
garo/kite:latest is the same as garo/kite:buildenv but it already contains pre-compiled versions of KITEx and KITE-tools and also already contains the source.
Example usage: docker run -it --rm --name kite garo/kite:latest
When you use this image you'll probably want to run kite instead of working on the development. If this is the case, you'll probably want to bind a volume for input and output files
Content type
Image
Digest
sha256:58999cc3d…
Size
505.8 MB
Last updated
about 4 years ago
docker pull garo/kite