aboutsummaryrefslogtreecommitdiffstats
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:59:20 +0100
commit1f70c58c148646e38f3460e2bd50335d1d5f80ce (patch)
tree84c3cb1a9d3596b8fe4917c61958cf61dadf61ad
parent82489e8a2feb3f2dc3f68aa0f63615e83b5d53c2 (diff)
Add the missing action
Change-Id: I8c88da0ec7924cc517e453d4a8de52bb5bb0275f Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 49504223bc2ca476e63484e98d8b4cdbe299a09d)
-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!