[Ndn-interest] Dockerfile for NFD on Ubuntu

Felix Rabe felix at rabe.io
Sun Aug 31 18:08:27 PDT 2014


I've just managed to install NFD on Ubuntu inside Docker, it was 
straightforward thanks to the instructions on 
http://named-data.net/doc/NFD/0.2.0/INSTALL.html.

Dockerfile:
======
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
======

If you want man pages, throw an `apt-get install -y man` in there.

Caveat: Have not actually run the software :) will do that on my next 
opportunity before the meeting.

- Felix



More information about the Ndn-interest mailing list