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

Adding MYSQL feature #10

Open
sovetski opened this issue Apr 16, 2024 · 2 comments
Open

Adding MYSQL feature #10

sovetski opened this issue Apr 16, 2024 · 2 comments

Comments

@sovetski
Copy link

sovetski commented Apr 16, 2024

Hi,

Can you please add MYSQL, to be able to work with databases?

Maybe this one? https://ghcr.io/devcontainers-contrib/features/mysql-homebrew:1

I tried to do it, but not worked, I don't see anywhere we can set the default MYSQL credentials with it

@shyim
Copy link
Owner

shyim commented Apr 16, 2024

You could use dockerComposeBased devcontainer. Or is there any particular reason why MySQL directly inside the same container.

Also you could use one of the docker features and run docker run -p3306:3306 mysql

@sovetski
Copy link
Author

thanks @shyim, I am not familiar with docker, that is why I used devcontainer.json, but from what I see, I have to learn docker first

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