Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fscarmen opened this issue Mar 14, 2023 · 1 comment
Open

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

fscarmen opened this issue Mar 14, 2023 · 1 comment

Comments

@fscarmen
Copy link

I hope to find a suitable image here.

@codespearhead
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants