Skip to content

Doc Suggestion: Could add some link about the network in docker? #735

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

Closed
fwhdzh opened this issue Dec 19, 2020 · 1 comment
Closed

Doc Suggestion: Could add some link about the network in docker? #735

fwhdzh opened this issue Dec 19, 2020 · 1 comment
Labels
Request Request for image modification or feature

Comments

@fwhdzh
Copy link

fwhdzh commented Dec 19, 2020

There is an example about how to connect to MySQL from the MySQL command line client at the beginning of the document.

$ docker run -it --network some-network --rm mysql mysql -hsome-mysql -uexample-user -p

... where some-mysql is the name of your original mysql container (connected to the some-network Docker network).

Could we add some link about the option "--network" and network in Docker here?
I think these two links from Docker document are enough.
Networking overview
Use bridge networks

I think it would be helpful since some developer may come to this repository because they are asked by boss to deploy their database on Docker however they haven't know about Docker at all. Some links could save them much times to find the knowledge they need.

Thank you!

@wglambert
Copy link

Same as #644 (comment)

@wglambert wglambert added the Request Request for image modification or feature label Dec 21, 2020
@tianon tianon closed this as completed Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request Request for image modification or feature
Projects
None yet
Development

No branches or pull requests

3 participants