Quick start - Docker
docker pull notops/notops-cli:latestSteps for running notops-CLI docker image
mkdir notops && cd notopscat > aws_credentials << EOF
AWS_ACCESS_KEY_ID=your_access_key_id_here
AWS_SECRET_ACCESS_KEY=your_secret_access_key_here
AWS_REGION=eu-west-2
EOFmkdir configs && vim ./configs/dev.yamlenvironmentName: dev # you can change this to something else
aws:
region: us-east-2 # you can use some other region here too
routing:
domainName: "dev.notops.io"Template for Docker run command
Last updated