From 6182e50e6adeb0b80313c7e7f47de74a266e7a42 Mon Sep 17 00:00:00 2001 From: Norbert Orzechowicz Date: Tue, 4 Mar 2025 20:25:46 +0100 Subject: [PATCH] Added instructions how to use Flow CLI through docker --- documentation/components/cli/docs.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/components/cli/docs.md b/documentation/components/cli/docs.md index f1fad798c..6e5280e28 100644 --- a/documentation/components/cli/docs.md +++ b/documentation/components/cli/docs.md @@ -18,6 +18,14 @@ composer global require flow-php/cli Now you can run the CLI using the `flow` command. +### Docker + +Flow CLI application is also available as a docker image: + +```shell +docker run -v $(pwd):/flow-workspace -it ghcr.io/flow-php/flow:latest --version +``` + ## Commands ### Config