You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change allows a user to set `USE_PODMAN=1` when running the make
command to force usage of podman instead of docker during the build and
image targets.
Also adds a note to the README about the `NO_DOCKER` and `USE_PODMAN`
options.
Please note that by default make will attempt to use the `docker` command
90
+
to create binaries and images. If you would like to disable this behavior, set
91
+
the environment variable `NO_DOCKER=1`. Alternatively if you woud like to use
92
+
`podman`, set the environment variable `USE_PODMAN=1`.
93
+
89
94
The Machine API Operator is designed to work in conjunction with the [Cluster Version Operator](https://github.com/openshift/cluster-version-operator).
90
95
You can see it in action by running an [OpenShift Cluster deployed by the Installer](https://github.com/openshift/installer).
0 commit comments