You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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/).
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.
The text was updated successfully, but these errors were encountered: