aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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!