Advertisement
joaocfernandes

lxc bridge

Sep 26th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. root@joao-:/var/lib/lxc/mycont# lxc-ls --fancy
  2. NAME STATE AUTOSTART GROUPS IPV4 IPV6 UNPRIVILEGED
  3. mycont2 RUNNING 0 - - - false
  4. mycont RUNNING 0 - 10.0.3.146 - false
  5. root@joao:/var/lib/lxc/mycont# brctl show
  6. bridge name bridge id STP enabled interfaces
  7. lxcbr0 8000.00163e000000 no veth42NQ6D
  8. veth5V6H08
  9. root@joao:/var/lib/lxc/mycont# lxc-info -n mycont2
  10. Name: mycont2
  11. State: RUNNING
  12. PID: 21220
  13. CPU use: 0.43 seconds
  14. BlkIO use: 76.00 KiB
  15. Memory use: 7.07 MiB
  16. KMem use: 4.23 MiB
  17. Link: veth5V6H08
  18. TX bytes: 1.26 KiB
  19. RX bytes: 97.02 KiB
  20. Total bytes: 98.28 KiB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement