Add the missing action 01/72101/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 Feb 2021 22:55:07 +0000 (23:55 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 Feb 2021 22:55:07 +0000 (23:55 +0100)
Change-Id: I8c88da0ec7924cc517e453d4a8de52bb5bb0275f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
README.md

index 205b007..ea17cc7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -195,4 +195,10 @@ Build your container
 sudo docker build -t 127.0.0.1:5000/weather .
 ```
 
+Publish your container on your local repository
+
+```bash
+sudo docker push 127.0.0.1:5000/weather
+```
+
 ### That's all folks!