Netflix-Skunkworks / aardvark

Aardvark is a multi-account AWS IAM Access Advisor API
Apache License 2.0
472 stars 77 forks source link

add Dockerfiles and Makefile, test cases and README for docker contai… #27

Closed ScottABrown closed 7 years ago

ScottABrown commented 7 years ago

Run "make help" for documentation.

This adds Dockerfiles to create a base image from which docker images for the api server and data collector are built. It will also build and initialize a shared sqlite data volume if specified.

It would be good to try this out in more environments; I've tested it with the test file and manually and it looks good, but I didn't test it with swag or with a non-sqlite data URI.

I also need an example of a non-sqlite database URI for the documentation.

mcpeak commented 7 years ago

Awesome work! \