aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-02-17 23:55:07 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2021-02-17 23:55:07 +0100
commit49504223bc2ca476e63484e98d8b4cdbe299a09d (patch)
treef7e9e298fe27892e7acc09509b2c0f5084e58fc3 /README.md
parent3ec66533ae228d8f1ca6555f58d6cf77f186699b (diff)
Add the missing action
Change-Id: I8c88da0ec7924cc517e453d4a8de52bb5bb0275f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 205b0072..ea17cc76 100644
--- 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!