Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xiongjy2104 opened this issue Feb 13, 2024 · 1 comment
Open

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

xiongjy2104 opened this issue Feb 13, 2024 · 1 comment

Comments

@xiongjy2104
Copy link

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.

@higress-group higress-group deleted a comment from xiongjy2104 Feb 17, 2024
@CH3CHO
Copy link
Collaborator

CH3CHO commented Feb 17, 2024

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/).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants