Skip to content

Commit

Permalink
Add note about using Podman in development
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Jun 30, 2023
1 parent ca7d36d commit 3da5a46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Before running the test suite, it needs to be started:
$ docker-compose up -d
```

or, with Podman

```sh
$ podman-compose -f docker-compose.yml up -d
```

```sh
$ rake
```
Expand Down

0 comments on commit 3da5a46

Please sign in to comment.