Skip to content

[feat] MACVLAN support in Docker neighborhood #27

@thediveo

Description

@thediveo
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions