higress-group.github.io
higress-group.github.io copied to clipboard
can't install higress even in a aliyun ecs server
OS: alibaba Linux ~= RedHat8
as per the instructions in the official doc: curl -fsSL https://higress.io/standalone/get-higress.sh | bash -s -- -a --use-builtin-nacos
it gets error:
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
Error: unrecognized command podman compose
Try 'podman --help' for more information
Docker Compose is required
Failed to install Higress
For support, go to https://github.com/alibaba/higress.
reason: RedHat8 don't support docker, it use podman by default. and podman compose support require higher podman version than in system.