Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notice the following,

Code Block
languagebash
name: default
config: {}
description: Default LXD profile
devices:
  eth0:
    nictype: bridged
    parent: lxdbr0
    type: nic
name: default

I got to check my notes, but I believe with this config, the containers will be handed IPs directly from the main network.

...