-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for
podman
as the container backend (#748)
The `CONTAINER_RUNTIME` environment variable can be used to control container runtime. Can be `docker` or `podman`. Defaults to `docker`. To be able to use `podman` as the container backend `podman run` needs to run a command which does not finish. Commonly `sleep infinity` is used for that. Provide enough documentation to understand the feature for the users. Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
- Loading branch information
Showing
2 changed files
with
32 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters