1
0
Fork 0
mirror of synced 2024-11-04 09:08:56 -05:00

[Documentation] Document OCI switch

Document the OCI override switch

Signed-off-by: Nicolas signed-log FORMICHELLA <stigpro@outlook.fr>
This commit is contained in:
Nicolas signed-log FORMICHELLA 2022-08-27 11:54:24 +02:00
parent 19b7a30668
commit 075cd1b06b
No known key found for this signature in database
GPG key ID: 273140E170D76BA6

View file

@ -212,6 +212,11 @@ these principles when making changes.
```text
$ make test
```
If you don't use `docker` but an OCI engine akin to `podman`, you can set it through the `OCI` switch for every target
```text
$ make test OCI=podman
```
5. Create a feature branch, based off the `develop` branch.