Skip to content

code-nurturers/docker-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Python Docker App

  • Demonstrates to learners how to use Docker to spin up a MySQL db, seed it with data then connect to it with Python when it is healthy

Getting Started

  • install Docker Desktop
  • clone the project
  • run docker compose up --build from your terminal
  • look at output in terminal for the query results or the docker desktop logs

Notes

  • if you change the init.sql script need to run docker compose down -v to delete it from volumes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published