aports/testing/x11docker/x11docker.post-install
2022-12-21 07:13:49 +01:00

12 lines
303 B
Bash

#!/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