Instructions
- Install podman. If you wnat to use it as a normal user make it rootless.
- Build the container:
podman build -t test .
- 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.