From 2b18bb7013afa06223240d5dda8c5a5c24bdcee0 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 1 Sep 2016 10:11:32 -0400 Subject: [PATCH] doc: Note that --args needs quotes for spaces --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 24bac11..30c85a2 100644 --- a/README.rst +++ b/README.rst @@ -188,7 +188,8 @@ Default: Image with which the script was created. DOCKCROSS_ARGS / --args|-a ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Extra arguments to pass to the ``docker run`` command. +Extra arguments to pass to the ``docker run`` command. Quote the entire set of +args if they contain spaces. Examples