[Nfd-dev] Running Nfd from Docker

Junxiao Shi shijunxiao at email.arizona.edu
Fri Jul 10 09:30:16 PDT 2015


Hi Navdeep

It appears that the ubuntu-14.04 based container installs NFD from PPA and
thus has the latest version.
The other two installs NFD 0.2.0 which is old.

You can always modify the Dockerfile and related scripts to install a newer
version, and send them a pull request.

Yours, Junxiao

On Fri, Jul 10, 2015 at 8:44 AM, Navdeep Uniyal <navdeep.uniyal at neclab.eu>
wrote:

>  Hi Junxiao,
>
>
>
> I saw that image but I am afraid if it has latest NFD version as it is bit
> old. L
>
>
>
>
>
> Best Regards,
>
> Navdeep Uniyal
>
>
>
> *From:* Junxiao Shi [mailto:shijunxiao at email.arizona.edu]
> *Sent:* Freitag, 10. Juli 2015 17:15
> *To:* Navdeep Uniyal
> *Cc:* nfd-dev at lists.cs.ucla.edu
> *Subject:* Re: [Nfd-dev] Running Nfd from Docker
>
>
>
> Hi Navdeep
>
>
>
> Felix Rabe maintains an unofficial Docker image for NFD. See NFD wiki
> <http://redmine.named-data.net/projects/nfd/wiki> "Docker" link.
>
> Bug reports and feature requests should be filed on ndn-with-docker GitHub
> site, not on Redmine.
>
>
>
> Yours, Junxiao
>
>
>
> On Fri, 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/nfd-dev/attachments/20150710/a117c482/attachment.html>


More information about the Nfd-dev mailing list