[Ndn-interest] Dockerfile for NFD on Ubuntu

Felix Rabe felix at rabe.io
Tue Sep 2 16:53:08 PDT 2014


Thanks, done.

On 02/Sep/14 16:32, Junxiao Shi wrote:
> Hi Felix
>
> I edited NFD wiki front page 
> <http://redmine.named-data.net/projects/nfd/wiki> to link to your 
> GitHub repositories.
> You can upload the document as README.md in the repository, so that 
> readers can see it.
>
> Yours, Junxiao
>
>
> On Tue, Sep 2, 2014 at 2:19 PM, Felix Rabe <felix at rabe.io 
> <mailto:felix at rabe.io>> wrote:
>
>     Greetings from around the corner :)
>
>     As I see no way to edit that Wiki page (I'm logged in to Redmine),
>     I've just written a bit of a writeup about the most important
>     Docker commands and how to use the image in the attached file.
>     Feel free to put the content on the wiki.
>
>     - Felix
>
>
>     On 01/Sep/14 03:38, Alex Afanasyev wrote:
>
>         Cool!
>
>         When you have time, can you also write some basic steps on how
>         one would start working with Docker?  For example, on this
>         wiki page:
>         http://redmine.named-data.net/projects/nfd/wiki/Using_NFD_with_Docker?parent=Wiki
>         (I already linked it from main NFD wiki)
>
>         I have only read briefly about the Docker and others probably
>         also have very limited knowledge about it. But from what I
>         get, it could be very convenient way to deploy NFD on any
>         linux distribution without the need to tailor the binary
>         packages for each.
>
>         ---
>         Alex
>
>         On Aug 31, 2014, at 6:08 PM, Felix Rabe <felix at rabe.io
>         <mailto:felix at rabe.io>> wrote:
>
>             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
>             _______________________________________________
>             Ndn-interest mailing list
>             Ndn-interest at lists.cs.ucla.edu
>             <mailto:Ndn-interest at lists.cs.ucla.edu>
>             http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
>
>
>
>     _______________________________________________
>     Ndn-interest mailing list
>     Ndn-interest at lists.cs.ucla.edu <mailto:Ndn-interest at lists.cs.ucla.edu>
>     http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20140902/ba3e4466/attachment.html>


More information about the Ndn-interest mailing list