monitors your net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
190 B

# export vars
export $(cat .env.deploy)
# deploy to swarm
docker stack deploy -c docker-compose.netmon.yml --prune netmon
# unset the env vars
unset $(cat .env.deploy | cut -f 1 -d '=' $1)