Dockerize version of cloudformation tool SomeoneWeird/cirrus
873
Dockerize version of tool SomeoneWeird/cirrus.
docker run --rm -v $HOME/.aws:/root/.aws -v $(pwd)/aws:/aws bhegazy/cirrus list --region us-east-1
docker run --rm -v $HOME/.aws:/root/.aws -v $(pwd)/aws:/aws bhegazy/cirrus create cirrustest --file /aws/cirrustest.template --params /aws/cirrustest.parameters --region us-east-1
$ docker run -it -v $HOME/.aws:/root/.aws -v $(pwd)/aws:/aws --entrypoint sh bhegazy/cirrus
$ cirrus delete cirrustest --region us-east-1
? Are you sure you want to delete cirrustest? Yes
? Just confirming, which region did you want to delete this stack in? us-east-1
Deleting...
You will need to mount $HOME/.aws as volume for AWS credentials and mount your templates folder.
Content type
Image
Digest
Size
29 MB
Last updated
about 9 years ago
docker pull bhegazy/cirrus