Re: [dpdk-dev] [PATCH v2] build: add dockerfile for building docker image

2019-11-13 Thread Yasufumi Ogawa
On 2019/10/15 1:39, Ray Kinsella wrote: On 04/10/2019 11:08, Abdul Halim wrote: Adding a Dockerfile with Ubuntu bionic base image to build dpdk as shared library. This docker image could be used as base image to build and run dpdk applications in containers. Hi Abdul, I have tested your Dock

Re: [dpdk-dev] [PATCH v2] build: add dockerfile for building docker image

2019-10-15 Thread Ray Kinsella
On 04/10/2019 11:08, Abdul Halim wrote: > Adding a Dockerfile with Ubuntu bionic base image to build dpdk as shared > library. This docker image could be used as base image to build and run > dpdk applications in containers. > > Signed-off-by: Abdul Halim > > --- > > v2: > * renamed Docker

[dpdk-dev] [PATCH v2] build: add dockerfile for building docker image

2019-10-04 Thread Abdul Halim
Adding a Dockerfile with Ubuntu bionic base image to build dpdk as shared library. This docker image could be used as base image to build and run dpdk applications in containers. Signed-off-by: Abdul Halim --- v2: * renamed Dockerfile name from Dockerfile.ubuntu to Dockerfile.bionic * added