Sign inSign up

bhegazy/cirrus

By bhegazy

•Updated about 9 years ago

Dockerize version of cloudformation tool SomeoneWeird/cirrus

Image
0

873

bhegazy/cirrus repository overview

⁠cirrus-container

Dockerize version of tool SomeoneWeird/cirrus⁠.

⁠Usage

⁠list
docker run --rm -v $HOME/.aws:/root/.aws -v $(pwd)/aws:/aws bhegazy/cirrus list --region us-east-1
⁠create
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

⁠Or by using interactive shell

⁠delete
$ 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.

Tag summary

Content type

Image

Digest

Size

29 MB

Last updated

about 9 years ago

docker pull bhegazy/cirrus