Re: [vpp-dev] Docker containers

2018-01-07 Thread Shiv Dev
' ---> 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: &

Re: [vpp-dev] Docker containers

2018-01-02 Thread Shiv Dev
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

Re: [vpp-dev] Docker containers

2017-12-28 Thread Akshaya Nadahalli
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

[vpp-dev] Docker containers

2017-12-28 Thread Shiv Dev
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