portainer / agent

The Portainer agent
https://www.portainer.io
zlib License
314 stars 69 forks source link

No "local" command in dev.sh #603

Open g3rzi opened 5 months ago

g3rzi commented 5 months ago

It was stated in the development section that running:

./dev.sh local

Will run a local agent container but the command is not exist:

➜  # ./dev.sh local
Usage: dev.sh command

This script is intended to help with compiling and deploying of dev enviroment

Available commands:

compile     Compile the codebase
build       Build a docker image
deploy      Deploy the agent image
swarm       Compile, build and deploy a swarm agent
podman      Compile, build and deploy to a local podman agent

To get help with a command use: dev.sh command -h