dockerimageexecutor/README.md

18 lines
363 B
Markdown
Raw Normal View History

2020-10-07 09:58:20 +02:00
# Docker Image Executor
2020-10-07 09:53:01 +02:00
2020-10-07 10:00:42 +02:00
This is a simple algorithm that execute a image docker on a Swarm Cluster using a registry.
2020-10-07 09:53:01 +02:00
2020-10-07 10:03:27 +02:00
```
2020-10-07 10:04:12 +02:00
python3 dockerimageexecutor.py <registry/image> <software-execute-command-name> <file-item-id>
2020-10-07 10:03:27 +02:00
```
2020-10-07 09:53:01 +02:00
2020-10-07 09:58:20 +02:00
## Example
2020-10-07 09:53:01 +02:00
2020-10-07 10:03:27 +02:00
```
python3 dockerimageexecutor.py "microservices-VirtualBox:443/sortapp" sortapp 548eade8-25cf-4978-9f61-0f0c652900be
```
2020-10-07 09:53:01 +02:00