Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mingfang/docker-steampipe

Custom Steampipe Docker Image
https://github.com/mingfang/docker-steampipe

Last synced: 19 days ago
JSON representation

Custom Steampipe Docker Image

Awesome Lists containing this project

README

        

# docker-steampipe
Custom Steampipe Docker Image

### Sample command

```shell
docker run \
-p 9193:9193 \
-p 9194:9194 \
-e STEAMPIPE_DATABASE_PASSWORD=postgres \
-e AWS_ACCESS_KEY_ID="" \
-e AWS_SECRET_ACCESS_KEY="" \
-v /kubeconfig:/home/steampipe/.kube/config \
-e DASHBOARD=steampipe-mod-kubernetes-insights \
ripper1:5000/steampipe:latest
```