-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Expose mysqlx port #466
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
Expose mysqlx port #466
Conversation
The upstream-maintained image does @ltangvald is this sane for us to enable here too? |
Yeah, I think this is good to have (though from what I understand, EXPOSE doesn't actually publish the port unless -p or similar is also used?) |
One question, though: Does it make more sense to use EXPOSE 3306 33060 instead of having it on multiple lines? Is there a recommended standard for this? |
Since the company-official mysql image puts both ports on one line, I'll change my PR to do the same. It looks like Plus, using |
081e71d
to
774f3bd
Compare
Upstream image and docs suggest this should be opened in 5.7 as well: It ends there, as 5.6 only opens the standard 3306 port: |
774f3bd
to
9d1f625
Compare
It doesn't really make a difference (except for personal preference reading the This LGTM either way. |
+1 |
- `docker`: 18.06.1-ce-rc1 - `ghost`: 1.25.5 - `golang`: 1.11rc1 - `memcached`: 1.5.10 - `mysql`: expose `mysqlx` port (docker-library/mysql#466) - `openjdk`: 8u181 (Debian) - `postgres`: `11~beta3-1.pgdg90+2` - `rocket.chat`: 0.68.4 - `wordpress`: docker-library/wordpress#324
- `docker`: 18.06.1-ce-rc1 - `ghost`: 1.25.5 - `memcached`: 1.5.10 - `mysql`: expose `mysqlx` port (docker-library/mysql#466) - `openjdk`: 8u181 (Debian) - `postgres`: `11~beta3-1.pgdg90+2` - `rocket.chat`: 0.68.4 - `wordpress`: docker-library/wordpress#324
The mysql v8 x-plugin listens on port 33060 by default, so this port should be marked as exposed.