We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d052e64 commit 08f4819Copy full SHA for 08f4819
README.md
@@ -1,6 +1,11 @@
1
# Create-Docker-Container-Flask-Python
2
Create Docker Container Flask Python | How to Use Docker to Containerise Flask Application in Python
3
4
+This is basic tutorial how to create Docker Container from python app or flask api
5
+
6
+### prerequisite
7
+Docker
8
9
### DOCKER COMMANDS
10
#### 1. Create New Docker Image
11
docker build -t appname:tagname .
0 commit comments