From 0ec1e466ca4ed6fc702b6d5d9680d84ad5365f2a Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 4 Mar 2019 16:33:03 -0500 Subject: [PATCH] Add --default-runtime to paunch manual Change-Id: Ice6a2c24a6fc27f40e4971efd6f64bc6b77118d0 --- doc/source/install/containers_deployment/tips_tricks.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/install/containers_deployment/tips_tricks.rst b/doc/source/install/containers_deployment/tips_tricks.rst index 29041907..01d13550 100644 --- a/doc/source/install/containers_deployment/tips_tricks.rst +++ b/doc/source/install/containers_deployment/tips_tricks.rst @@ -128,6 +128,8 @@ The configuration options you will likely be interested in include: --user Start container as the specified user --overrides JSON configuration information used to override default config values + --default-runtime Default runtime for containers. Can be docker or + podman. ``file`` is the name of the configuration file to use containing the configuration for the container you wish to use.