Skip to content

Commit

Permalink
deploy maestro with docker
Browse files Browse the repository at this point in the history
Signed-off-by: myan <[email protected]>
  • Loading branch information
yanmxa committed May 27, 2024
1 parent 5a3ead6 commit acac89e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,13 @@ Login Succeeded!

Deploy maestro:

We will push the image to your OpenShift cluster default registry and then deploy it to the cluster. You need to follow [this document](https://docs.openshift.com/container-platform/4.13/registry/securing-exposing-registry.html) to expose a default registry manually and login into the registry with podman.
By default, we uses `podman` to build the maestro image, but you can override it to use `docker` when necessary.
```shell
$ export container_tool=docker
```

And then we will push the image to your OpenShift cluster default registry and then deploy it to the cluster. You need to follow [this document](https://docs.openshift.com/container-platform/4.13/registry/securing-exposing-registry.html) to expose a default registry manually and login into the registry with podman.


```shell
$ make deploy
Expand Down

0 comments on commit acac89e

Please sign in to comment.