docker-library / mysql

Docker Official Image packaging for MySQL Community Server
https://dev.mysql.com/
GNU General Public License v2.0
2.42k stars 2.18k forks source link

MySQL Docker Image for Windows #1037

Open tmccormack165 opened 3 months ago

tmccormack165 commented 3 months ago

Hello, I am curious to know if there are any plans to add a docker container tag for windows machines?

tianon commented 3 months ago

We don't currently plan to do so, because it's a bit complex to do so correctly / usefully.

See https://github.com/docker-library/postgres/issues/324 and https://github.com/docker-library/postgres/pull/506 for some related discussions in the PostgreSQL image that talk about some of the complexity in doing so.