nuclio
nuclio copied to clipboard
How to use nuctl-1.5.4-windows-amd64 file?
I'm beginner nuclio. I downloaded this nuctl-1.5.4-windows-amd64 file to my windows 10 but I don't know how to use it. Can anyone help me?
i was also struggling to find a way to install on windows ... so i decided to use a container based on the "docker:alpine" image and commit it to my private registry:
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock dberardo/nuctl:1.7.5 /bin/sh
and once inside use ./nuctl to interact with the script, like: ./nuctl get functions
and so on