containerlab icon indicating copy to clipboard operation
containerlab copied to clipboard

add `dns` list option for nodes to define DNS servers for container image

Open hellt opened this issue 4 years ago • 0 comments

ref: https://docs.docker.com/config/containers/container-networking/#dns-services

something like this

node:
  dns:
    addr:
      - 1.1.1.1
      - 8.8.8.8
    opts:
      - bla
    search:
      - foo.com

hellt avatar Jun 17 '21 07:06 hellt