nuclio icon indicating copy to clipboard operation
nuclio copied to clipboard

How to use nuctl-1.5.4-windows-amd64 file?

Open nguyenanhtuan1008 opened this issue 4 years ago • 2 comments

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?

nguyenanhtuan1008 avatar Nov 14 '20 15:11 nguyenanhtuan1008

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

dberardo-com avatar Jan 24 '22 17:01 dberardo-com