Skip to content

tsvyak07/Docker-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello if you want tu run application you need clone project

git clone

nex step cd folder project

cd Docker-Python

and need build project with your example name

docker build -t [Name Of the Image] .

when you get message

Successfully built ********** Successfully tagged example name:latest

but you need check new image (you can see last image with you example name)

docker images

you can run project (you can change ports and name) with name you build image docker run -d -p 5000:5000 --name=python --restart=always example name

docker ps -a

you can see docker status running container with you example name

after that you can open ip your server + port 5000 and you can get web page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages