higress-group / higress-group.github.io

Higress Official Website
https://higress.io
Apache License 2.0
18 stars 59 forks source link

can't install higress even in a aliyun ecs server #208

Open xiongjy2104 opened 7 months ago

xiongjy2104 commented 7 months ago

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.

CH3CHO commented 7 months ago

Which OS does your ECS use?

I create an ECS instance with Alibaba Cloud Linux 3.2104 LTS 64-bit OS. It doesn't come with Podman and I'm able to install Docker Engine following the instructions in its user manual (https://docs.docker.com/engine/install/centos/).