Instructions

  1. Install podman. If you wnat to use it as a normal user make it rootless.
  2. Build the container: podman build -t test .
  3. Run the container: podman run --env DISPLAY=$DISPLAY --network=host -t localhost/test:latest /opt/damaris/bin/DAMARIS

With `-v inside_container:podman_host`` you can map directories inside the container.