podman compose Run compose workloads via an external provider such as docker-compose or podman-compose Description: This command is a thin wrapper around an external compose provider such as docker-compose or podman-compose. This means that podman compose is executing another tool that implements the compose functionality but sets up the environment in a way to let the compose provider communicate transparently with the local Podman socket. The specified options as well the command and argument are passed directly to the compose provider. ...
git clone https://github.com/redhat-developer/podman-desktop-demo cd podman-desktop-demo/guestbook-compose
运行 podman compose up -d 来启动应用程序。
podman compose up -d >>>> Executing external compose provider "/usr/local/bin/docker-compose". Please refer to the documentation for details. <<<< [+] Running 3/3 ✔ Container redis-replica Started 0.0s ✔ Container web Started 0.0s ✔ Container redis-leader Started 0.0s