Skip to content

Is there a docker image that include both mysql and python? #234

Discussion options

You must be logged in to vote

I wonder what use case would justify that combination, because it'd tightly couple the backend and the persistence layer.

In other words, any change to the backend would directly impact the database instance that already has production data.

Even in the pre-containerization era, the database was running elsewhere for this very reason.

Either way, you can always create your own custom Dockerfile to cater to this combination, since no such image appears to exist on DockerHub.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tiangolo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #175 on August 25, 2024 03:30.