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:47 +0100
commit27e4e8d0ab01dbde45de6b99538b6ac7515c134d (patch)
treea8927552ffb5b71bd64cf80ba09779a75f327541
parent89686ce7e075577c7798371f504a06dd60a1c65a (diff)
Add the missing actionstable/hunter
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!