You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "Chever-John (via GitHub)" <gi...@apache.org> on 2023/04/21 14:04:11 UTC

[GitHub] [apisix-ingress-controller] Chever-John commented on issue #1201: test: Discuss how to face the docker compose update

Chever-John commented on issue #1201:
URL: https://github.com/apache/apisix-ingress-controller/issues/1201#issuecomment-1517887192

   if we can use code as following
   
   ```shell
   if command -v "docker compose" > /dev/null 2>&1; then
       alias docker-compose='docker compose'
   fi
   ```
   
   to check if the `docker componse` exist.
   
   Copyright by openai :-)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org