From 6f5cc6133bf155ae02848068d4a5012175e0d6dc Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 7 Oct 2020 10:03:27 +0200 Subject: [PATCH] Aggiornato README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9eaf9d..2a98880 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,16 @@ This is a simple algorithm that execute a image docker on a Swarm Cluster using a registry. -- python3 dockerimageexecutor.py +``` +python3 dockerimageexecutor.py + +``` ## 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 + +```