Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mingfang/docker-steampipe
- Owner: mingfang
- Created: 2023-02-04T22:02:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T21:10:30.000Z (about 1 year ago)
- Last Synced: 2024-11-06T15:18:00.608Z (2 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```