We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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
docker run -p3306:3306 mysql
Sorry, something went wrong.
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
devcontainer.json
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: