Portal:Container/Image/wsdd

Jump to: navigation, search

openSUSE wsdd Container Image

Description

This container image contains the latest wsdd daemon from openSUSE Tumbleweed. wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts to be found by Web Service Discovery Clients like Windows.

Location

  • registry.opensuse.org/opensuse/wsdd

Configuration

  • DEBUG=[0|1] - Enable debug mode
  • HOSTNAME= - Samba Netbios name to report.
  • WORKGROUP= - Workgroup name
  • DOMAIN= - Report being a member of an AD DOMAIN. Disables WORKGROUP if set.

Run

 # podman run -d --rm --name wsdd --net=host -e HOSTNAME=$(hostname) registry.opensuse.org/opensuse/wsdd

Systemd support

The package containers-systemd contains a service file and sysconfig file to configure and automatically start the wsdd container with systemd.

 # systemctl start container-wsdd