#!/bin/sh

cat >&2 <<-EOF
* x11docker can utilise any of: podman, nerdctl, docker
* ensure you have the one you want to use installed.
* it can also use weston/xwayland/xorg-wm's for the containers, see the
* official documentation for dependencies you might need and how to configure
* it.
EOF

exit 0
