diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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! |