diff options
author | ahothan <ahothan@cisco.com> | 2017-11-27 18:43:28 -0800 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-11-27 18:43:28 -0800 |
commit | 48761532adf2420d7932149cc0e16c69804e9c16 (patch) | |
tree | 7940a873ab14868e32191defecd7926988e20149 /docs/testing/user/userguide/quickstart_docker.rst | |
parent | 1ce98c7510f810a5ee790523a0dcbf429961adda (diff) |
Fix docker container to pick VM image 0.5, enhance doc diagrams1.2.0
Add SRIOV packet paths
Change-Id: I0f082fd3443e41dec81ab1847726107b07ea9b52
Signed-off-by: ahothan <ahothan@cisco.com>
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": { |