' ---> for lxc containers
>>
>> docker inspect -f '{{.State.Pid}}'> for docker
>>
>> sudo ip link set netns dev > container>
>>
>> 3. Login to VPP within the container and take over the host interface
>> with the command:
&
he container and take over the host interface with
> the command:
> create host-interface name
>
> --
> HTH,
> Akshaya N
>
>
> -Original Message-
> *From*: Shiv Dev >
> *To*: vpp-dev@lists.fd.io
> *Subject*: [vpp-dev] Docker containers
> *Dat
nd take over the host interface
with the command:
create host-interface name
--
HTH,
Akshaya N
-Original Message-
From: Shiv Dev
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] Docker containers
Date: Thu, 28 Dec 2017 21:51:15 +0530
Hi VPP Team,
I am trying to interface docke
Hi VPP Team,
I am trying to interface docker containers to VPP through an vhost-user
device.
The page here (
https://wiki.fd.io/view/VPP/Use_VPP_to_connect_VMs_Using_Vhost-User_Interface)
explains how to do it for VMs. Is there any page that explains it for
docker containers ?
As explained