https://github.com/neomantra/consul-docker-operator
Operator service that watches a list of Docker Images, storing information about them in Consul KV
https://github.com/neomantra/consul-docker-operator
Last synced: 3 months ago
JSON representation
Operator service that watches a list of Docker Images, storing information about them in Consul KV
- Host: GitHub
- URL: https://github.com/neomantra/consul-docker-operator
- Owner: neomantra
- License: mit
- Created: 2023-06-01T16:07:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-01T16:41:49.000Z (about 2 years ago)
- Last Synced: 2025-01-12T14:14:36.552Z (5 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# consul-docker-operator
[consul-docker-operator](https://github.com/neomantra/consul-docker-operator) watches a list of Docker Registry Images, storing information about them in Consul KV.
```
usage: consul-docker-operator [args]--key -k
```All Consul configuration is performed via environment variables, however there is an argument to load an ENV file.
## Building
```
task buildtask docker:build-arm64
```## Credits and License
Copyright (c) 2023 [Neomantra BV](https://neomantra.com). Authored by Evan Wies.
Released under the [MIT License](https://en.wikipedia.org/wiki/MIT_License), see [LICENSE.txt](./LICENSE.txt).