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