doc: remove some build instructions where unneeded
[dpdk.git] / doc / guides / howto / virtio_user_for_container_networking.rst
index f31d918..412b296 100644 (file)
@@ -56,12 +56,6 @@ Sample Usage
 Here we use Docker as container engine. It also applies to LXC, Rocket with
 some minor changes.
 
-#. Compile DPDK.
-
-    .. code-block:: console
-
-        make install RTE_SDK=`pwd` T=x86_64-native-linux-gcc
-
 #. Write a Dockerfile like below.
 
     .. code-block:: console