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:58:55 +0100
commit084ebf6e3e797be2f6cec7fc66895bbeea881c67 (patch)
treed76f26801ad7977351df6b0111d17936b3e6864d
parent1a6c757bf4d1481515aac6f90beccac9f4ee0973 (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!