Skip to content

Commit 4205433

Browse files
authored
Update README.MD
1 parent 3fea7a2 commit 4205433

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
![image](https://user-images.githubusercontent.com/689226/49724797-2d484000-fc90-11e8-94f7-052f4b1a5710.png)
66
![image](https://user-images.githubusercontent.com/689226/49724798-2f120380-fc90-11e8-89b5-f6925cb6e74d.png)
77
</br>
8-
Before executing the below commands, I preffered to clean the docker history. Followed the below commands: </br>
9-
- docker rm -vf $(docker ps -a -q) </br>
10-
- docker rmi -f $(docker images -a -q) </br>
8+
Before executing the below commands, I preffered to clean the docker history. Followed the below commands: </br>
9+
- docker rm -vf $(docker ps -a -q) </br>
10+
- docker rmi -f $(docker images -a -q) </br>
1111

1212
![image](https://user-images.githubusercontent.com/689226/53516344-175d5500-3af2-11e9-9f23-feddbd3135c8.png)
1313
Here we have used -p which specifies the port it is going to run on. In out Calculator.py file we used app.run(debug=True, host=’0.0.0.0') so we needed to specify which port when using flask run , which above you can see I used 5000. </br>
1414

1515
![image](https://user-images.githubusercontent.com/689226/53516510-80dd6380-3af2-11e9-8f07-09f3bf07bc82.png)
16-
* Check Docker Hub: [[Docker Hub URL]](https://hub.docker.com/r/rahulvaish/flaskwebservicedocker/)
16+
* Check Docker Hub: [[Docker Hub URL]](https://hub.docker.com/r/rahulvaish/flaskwebservicedocker/)
1717
![image](https://user-images.githubusercontent.com/689226/49725174-181fe100-fc91-11e8-8900-84403a4a4b9b.png)
1818

1919
<hr>

0 commit comments

Comments
 (0)