Using Atlas MySQL connector without docker access (inside a devcontainer) ... "docker://mysql/8/dev" ? #2987
michealroberts
started this conversation in
General
Replies: 2 comments 15 replies
-
Hey. You need to ensure the container running atlas has access to the mysql container. Usually you can specify the connection string by using the container name, e.g. mysql://user:pass@container-name:3306/database |
Beta Was this translation helpful? Give feedback.
15 replies
-
Hey, you can use the URL string to connect to a database. The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the title suggests, it's not clear or documented on how we connect without using docker. e.g., when working inside a devcontainer environment, setting up docker is neither a good idea or well established ...
Beta Was this translation helpful? Give feedback.
All reactions