Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

flasky

A minimal docker image with exposed port running flask

run

docker build --tag host --file Dockerfile .
docker run -p 8000:5000 -d -t --name flasky host
curl 'http://localhost:8000/is_prime?number=17' 
17 is prime # <--- expected

About

A minimal docker image with exposed port running flask

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages