From ec496eefc97993a093363ecb7e6307e6432df2cc Mon Sep 17 00:00:00 2001 From: FlUxIuS Date: Fri, 19 Jul 2024 20:17:23 +0200 Subject: [PATCH] Video for running images --- source/getting-started/running_image.rst | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/source/getting-started/running_image.rst b/source/getting-started/running_image.rst index a3f6201..360034f 100644 --- a/source/getting-started/running_image.rst +++ b/source/getting-started/running_image.rst @@ -11,16 +11,17 @@ To run a container, use the command ``./rfswift run -h`` to see the needed argum .. code-block:: bash - [...] Usage: rfswift run [flags] Flags: - -b, --bind string extra bindings (separate them with commas) - -e, --command string command to exec (default: '/bin/bash') - -d, --display string set X Display (default: 'DISPLAY=:0') - -h, --help help for run - -i, --image string image (default: 'myrfswift:latest') + -b, --bind string extra bindings (separate them with commas) + -e, --command string command to exec (by default: '/bin/bash') + -d, --display string set X Display (duplicates hosts's env by default) + -x, --extrahosts string set extra hosts (default: 'pluto.local:192.168.1.2', and separate them with commas) + -h, --help help for run + -i, --image string image (default: 'myrfswift:latest') + -p, --pulseserver string PULSE SERVER TCP address (by default: tcp:127.0.0.1:34567) (default "tcp:127.0.0.1:34567") By default, you can directly use the ``run`` command with the tag name of your choice, such as ``penthertz/rfswift:sdr_full`` as follows: @@ -119,4 +120,10 @@ For Windows users, you will have to `install pulseaudio for Windows and set \ No newline at end of file