Quick start - Docker
Container image for notops CLI is available on Dockerhub which can be pulled down by executing following command:
Steps for running notops-CLI docker image
Create a working directory for use with notops. This is where we'd store some local state and config files.
Create AWS credentials file named aws_credentials once an IAM user has been created by following the steps mentioned here.
In the following command, replace your_access_key_id_here
with your AWS_ACCESS_KEY_ID
and your_secret_access_key_here
with your AWS_SECRET_ACCESS_KEY
. Additionally, you can pick a different AWS region
Create a sub-folder to store config files for different environments. And create a config file (using the text editor of your choice) for an environment named dev
Once editor opens, paste the following yaml content and save the config file.
Create a folder to save local state file. For the purpose of this quickstart, we'll be storing state locally, and not in S3.
Now run the following command:
Template for Docker run command
Last updated