跳到主要内容

nuclio

  • nuclio
    • Apache-2.0, Go
    • Automate the Data Science Pipeline with Serverless Functions
# https://github.com/nuclio/nuclio/releases/
curl -o nuctl -L https://github.com/nuclio/nuclio/releases/download/1.13.3/nuctl-1.13.3-darwin-$(uname -m)
chmod +x nuctl
# 假设 $HOME/bin 在 PATH 中
mv nuctl ~/bin/

nuctl get function
docker run -p 8070:8070 -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/tmp --name nuclio-dashboard quay.io/nuclio/dashboard:stable-amd64

nuctl

FAQ

Copy local file