Aggiornato README.md

This commit is contained in:
Giancarlo Panichi 2020-10-07 10:03:27 +02:00
parent 91eb016b42
commit 6f5cc6133b
1 changed files with 8 additions and 2 deletions

View File

@ -2,10 +2,16 @@
This is a simple algorithm that execute a image docker on a Swarm Cluster using a registry.
- python3 dockerimageexecutor.py <software-image> <software-execute-command-name> <file-item-id>
```
python3 dockerimageexecutor.py <software-image> <software-execute-command-name> <file-item-id>
```
## Example
- python3 dockerimageexecutor.py "microservices-VirtualBox:443/sortapp" sortapp 548eade8-25cf-4978-9f61-0f0c652900be
```
python3 dockerimageexecutor.py "microservices-VirtualBox:443/sortapp" sortapp 548eade8-25cf-4978-9f61-0f0c652900be
```