[Nfd-dev] Running Nfd from Docker

Wentao Shang wentaoshang at gmail.com
Fri Jul 10 08:04:12 PDT 2015


Hi Navdeep Uniyal,

I remember the ppa version of NFD relies on upstart and init.d, which is not included in the standard Ubuntu Docker image. One thing that may fix the problem (though I never tried) is to use this unofficial image that launches init by default:

http://phusion.github.io/baseimage-docker/

But keep in mind that running multiple processes inside one container is essentially against the philosophy of container…

Best,
Wentao

> On Jul 10, 2015, at 5:55 AM, Navdeep Uniyal <navdeep.uniyal at neclab.eu> wrote:
> 
> Hello All,
> 
> I am trying to run nfd from Docker. The build is successful but nfd-start is not working. I am unable to get the issue here. Below is the content of Docker file I am using to build. Please help.
> 
> FROM ubuntu:14.04
> 
> RUN apt-get update
> RUN apt-get install -y software-properties-common
> 
> RUN add-apt-repository -y ppa:named-data/ppa
> RUN apt-get update
> RUN apt-get install -y nfd
> 
> 
> 
> Best Regards,
> Navdeep Uniyal
> 
> _______________________________________________
> Nfd-dev mailing list
> Nfd-dev at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/nfd-dev

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20150710/121caf77/attachment.bin>


More information about the Nfd-dev mailing list