diff options
Diffstat (limited to 'docs/testing/user/userguide/quickstart_docker.rst')
-rw-r--r-- | docs/testing/user/userguide/quickstart_docker.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/quickstart_docker.rst b/docs/testing/user/userguide/quickstart_docker.rst index 0ab657c..2bd8f4c 100644 --- a/docs/testing/user/userguide/quickstart_docker.rst +++ b/docs/testing/user/userguide/quickstart_docker.rst @@ -50,6 +50,7 @@ The NFVbench container requires the following Docker options to operate properly +------------------------------------------------------+------------------------------------------------------+ | -e CONFIG_FILE="/root/nfvbenchconfig.json | (optional) required if REST server is enabled | +------------------------------------------------------+------------------------------------------------------+ + It can be convenient to write a shell script (or an alias) to automatically insert the necessary options. The minimal configuration file required must specify the openrc file to use (using in-container path), the PCI addresses of the 2 NIC ports to use @@ -60,6 +61,7 @@ the openrc file is located on the host current directory which is mapped under / the 2 NIC ports to use for generating traffic have the PCI addresses "04:00.0" and "04:00.1" .. code-block:: bash + { "openrc_file": "/tmp/nfvbench/openrc", "traffic_generator": { |