https://github.com/pocket/docker-kinesis-agent
Docker container for running AWS Kinesis Agent
https://github.com/pocket/docker-kinesis-agent
Last synced: 10 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T18:56:33.000Z (over 4 years ago)
- Last Synced: 2025-02-03T04:31:57.155Z (over 1 year ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 4
- Watchers: 11
- 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`],
```