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

2019-09-30 Thread Halim, Abdul
Hi Ray, Thanks for your feedback. Please see comments inline. > -Original Message- > From: Ray Kinsella [mailto:m...@ashroe.eu] > Sent: Monday, September 30, 2019 9:54 AM > To: Halim, Abdul ; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] build: add dockerfile for building

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

2019-09-30 Thread Ray Kinsella
Hi Abdul, Comments inline. On 27/08/2019 17:44, 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 > --- > ext

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

2019-08-27 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 --- extras/Dockerfile.ubuntu | 38 ++ extras/README.md