Skip to content

Commit

Permalink
Added instructions how to use Flow CLI through docker
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Mar 4, 2025
1 parent 8f1c2f1 commit 6182e50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/components/cli/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6182e50

Please sign in to comment.