Skip to content

Commit 08f4819

Browse files
authoredJan 22, 2023
Update README.md
1 parent d052e64 commit 08f4819

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Create-Docker-Container-Flask-Python
22
Create Docker Container Flask Python | How to Use Docker to Containerise Flask Application in Python
33

4+
This is basic tutorial how to create Docker Container from python app or flask api
5+
6+
### prerequisite
7+
Docker
8+
49
### DOCKER COMMANDS
510
#### 1. Create New Docker Image
611
docker build -t appname:tagname .

0 commit comments

Comments
 (0)
Please sign in to comment.