Aggiornato README.md

master
Giancarlo Panichi 4 years ago
parent 91eb016b42
commit 6f5cc6133b

@ -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
```

Loading…
Cancel
Save