mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 00:42:03 +01:00
12 lines
303 B
Bash
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
|