Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocket/docker-kinesis-agent
Docker container for running AWS Kinesis Agent
https://github.com/pocket/docker-kinesis-agent
Last synced: 25 days ago
JSON representation
Docker container for running AWS Kinesis Agent
- Host: GitHub
- URL: https://github.com/pocket/docker-kinesis-agent
- Owner: Pocket
- Created: 2018-12-03T19:07:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T18:56:33.000Z (almost 3 years ago)
- Last Synced: 2024-04-16T04:10:42.748Z (8 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 4
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Directions
Image name: public.ecr.aws/pocket/kinesis-agent
### Build Image with Configuration
Overwrite `/etc/aws-kinesis/agent.json` with configuration on run.
Example:
```json
command: ['-c', `echo ${kinesisConfig} | base64 -d - | tee /etc/kinesis-agent/agent.json`],
```