<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Just noticed that the Wikipedia link is borken, fixed in the new
    attachment.<br>
    <br>
    <div class="moz-cite-prefix">On 02/Sep/14 14:19, Felix Rabe wrote:<br>
    </div>
    <blockquote cite="mid:54063446.8000005@rabe.io" type="cite">Greetings
      from around the corner :)
      <br>
      <br>
      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.
      <br>
      <br>
      - Felix
      <br>
      <br>
      On 01/Sep/14 03:38, Alex Afanasyev wrote:
      <br>
      <blockquote type="cite">Cool!
        <br>
        <br>
        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:
        <a class="moz-txt-link-freetext" href="http://redmine.named-data.net/projects/nfd/wiki/Using_NFD_with_Docker?parent=Wiki">http://redmine.named-data.net/projects/nfd/wiki/Using_NFD_with_Docker?parent=Wiki</a>
        (I already linked it from main NFD wiki)
        <br>
        <br>
        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.
        <br>
        <br>
        ---
        <br>
        Alex
        <br>
        <br>
        On Aug 31, 2014, at 6:08 PM, Felix Rabe <a class="moz-txt-link-rfc2396E" href="mailto:felix@rabe.io"><felix@rabe.io></a>
        wrote:
        <br>
        <br>
        <blockquote type="cite">I've just managed to install NFD on
          Ubuntu inside Docker, it was straightforward thanks to the
          instructions on
          <a class="moz-txt-link-freetext" href="http://named-data.net/doc/NFD/0.2.0/INSTALL.html">http://named-data.net/doc/NFD/0.2.0/INSTALL.html</a>.
          <br>
          <br>
          Dockerfile:
          <br>
          ======
          <br>
          FROM ubuntu:14.04
          <br>
          <br>
          RUN apt-get update
          <br>
          RUN apt-get install -y software-properties-common
          <br>
          <br>
          RUN add-apt-repository -y ppa:named-data/ppa
          <br>
          RUN apt-get update
          <br>
          RUN apt-get install -y nfd
          <br>
          ======
          <br>
          <br>
          If you want man pages, throw an `apt-get install -y man` in
          there.
          <br>
          <br>
          Caveat: Have not actually run the software :) will do that on
          my next opportunity before the meeting.
          <br>
          <br>
          - Felix
          <br>
          _______________________________________________
          <br>
          Ndn-interest mailing list
          <br>
          <a class="moz-txt-link-abbreviated" href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a>
          <br>
          <a class="moz-txt-link-freetext" href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a>
          <br>
        </blockquote>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Ndn-interest mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a>
<a class="moz-txt-link-freetext" href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>