Skip to content
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

[feat] MACVLAN support in Docker neighborhood #27

Open
thediveo opened this issue Oct 27, 2023 · 0 comments
Open

[feat] MACVLAN support in Docker neighborhood #27

thediveo opened this issue Oct 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@thediveo
Copy link
Collaborator

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.

@thediveo thediveo added the enhancement New feature or request label Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant