Skip to content

kkamara/python-docker-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Docker Skeleton

(2020) Get started with Python and Docker.

Installation

Make sure you have Docker Compose installed.

Using Linux?

make start # build & run your script
make stop  # stop your docker container

Using Windows?

.\ps\run.ps1 start # build & run your script
.\ps\run.ps1 stop  # stop your docker container

Want to use PhP instead?

PhP Docker Skeleton.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD

About

(2020) Get started with Python and Docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published