Docker
Run
version: '3'
services:
cli:
image: verygoodsecurity/cli:\$\{VERSION:-latest\}
stdin_open: true
tty: true
entrypoint: bash
ports:
- "127.0.0.1:7745:7745"
- "127.0.0.1:8390:8390"
- "127.0.0.1:9056:9056"docker-compose up -d cliAuthentication
Authenticate with your personal VGS account
Authenticate with Service Account
Use
Cleanup
Next Steps
Last updated

