Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ems-project/elasticms-toolbox-docker
Run single commands in a Docker container
https://github.com/ems-project/elasticms-toolbox-docker
Last synced: 7 days ago
JSON representation
Run single commands in a Docker container
- Host: GitHub
- URL: https://github.com/ems-project/elasticms-toolbox-docker
- Owner: ems-project
- Created: 2022-01-05T12:56:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T02:59:33.000Z (over 1 year ago)
- Last Synced: 2023-08-19T05:21:08.322Z (over 1 year ago)
- Language: Shell
- Size: 43 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElasticMS Toolbox ![Continuous Docker Image Build](https://github.com/ems-project/elasticms-toolbox-docker/workflows/Continuous%20Docker%20Image%20Build/badge.svg)
This docker image is not intended to run containers permanently as a webserver or nodeJS server, it should be used to run single commands to execute tasks.
Some schedulers like Kubernetes or Openshift give the possibility to run tasks at regular intervals like Cronjobs. This image can be used in this context.## Usage
### [certinfo](https://github.com/pete911/certinfo)
```
docker run -it --rm docker.io/elasticms/toolbox:latest certinfo www.google.com:443
```### [elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump)
```
docker run -it --rm docker.io/elasticms/toolbox:latest elasticdump --help
```### [elasticms-client](https://github.com/ems-project/elasticms-client)
```
docker run -it --rm docker.io/elasticms/toolbox:latest elasticms
```