Sign inSign up

ibhde/lldpd

By ibhde

•Updated over 8 years ago

LLDP daemon based on the official Debian packages.

Image
0

7.7K

ibhde/lldpd repository overview

⁠lldpd - LLDP daemon (IEEE 802.1AB)

This is a docker image for lldpd⁠ based on the offical Debian packages.

⁠Tagged Docker Images

Images are tagged according to the installed lldpd version. All images are build using different Debain GNU/Linux releases.

⁠Usage

$ docker run --rm --net=host --uts=host --cap-add=NET_ADMIN --cap-add=NET_RAW ibhde/lldpd

The command is used as options for lldpd (which is already the entrypoint). By default the option -k is used. Feel free to change the behavior by passing lldpd options⁠ as command.

# docker-compose.yml example
version: '3'
services:
  lldpd:
    image: ibhde/lldpd
    cap_add:
      - NET_ADMIN
      - NET_RAW
    network_mode: host
    hostname: myhostname
    # LLDPD options: hide kernel details and enable CDP
    command: ["-k", "-c"]

Tag summary

Content type

Image

Digest

Size

59.2 MB

Last updated

over 8 years ago

docker pull ibhde/lldpd