# Variables of this file can be overwritten with
# /etc/default/container-wsdd

# Name of the image path to pull the wsdd image from
WSDD_IMAGE_PATH=registry.opensuse.org/opensuse/wsdd:latest

# Network or ports which needs to be exported
WSDD_NET="--net=host"

# Environment variables to configure wsdd
WSDD_ENV=""

# Extra arguments for podman to start the container
PODMAN_EXTRA_ARGS=""
