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:34 +0100
commita33642d836e2ecc3add309337fec3e4067840604 (patch)
tree0cf8c0d7e09aa998e7157761fea169b77add968b
parent7c3c4ed6970b736f21346fb868c38e00c7e3dadb (diff)
Add the missing actionstable/iruya
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!