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
docker network create mcvlan -d macvlan ... docker run -it -d --rm --name angry_ahab --network mcvlan alpine docker run -it --rm --name malicious_melville --network mcvlan alpine # now inside the malicious_melville container... ping angry_ahab # PING angry_ahab (172.16.86.2): 56 data bytes # 64 bytes from 172.16.86.2: seq=0 ttl=64 time=0.228 ms # ...
So, Docker's embedded DNS resolver also supports MACVLAN custom networks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, Docker's embedded DNS resolver also supports MACVLAN custom networks.
The text was updated successfully, but these errors were encountered: