<div dir="ltr">Hi Felix<div><br></div><div>I edited <a href="http://redmine.named-data.net/projects/nfd/wiki">NFD wiki front page</a> to link to your GitHub repositories.</div><div>You can upload the document as README.md in the repository, so that readers can see it.</div>

<div><br></div><div>Yours, Junxiao</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Sep 2, 2014 at 2:19 PM, Felix Rabe <span dir="ltr"><<a href="mailto:felix@rabe.io" target="_blank">felix@rabe.io</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">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.<span class="HOEnZb"><font color="#888888"><br>


<br>
- Felix</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 01/Sep/14 03:38, Alex Afanasyev wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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 href="http://redmine.named-data.net/projects/nfd/wiki/Using_NFD_with_Docker?parent=Wiki" target="_blank">http://redmine.named-data.net/<u></u>projects/nfd/wiki/Using_NFD_<u></u>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 href="mailto:felix@rabe.io" target="_blank">felix@rabe.io</a>> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I've just managed to install NFD on Ubuntu inside Docker, it was straightforward thanks to the instructions on <a href="http://named-data.net/doc/NFD/0.2.0/INSTALL.html" target="_blank">http://named-data.net/doc/NFD/<u></u>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>
______________________________<u></u>_________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu" target="_blank">Ndn-interest@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" target="_blank">http://www.lists.cs.ucla.edu/<u></u>mailman/listinfo/ndn-interest</a><br>
</blockquote></blockquote>
<br>
</div></div><br>_______________________________________________<br>
Ndn-interest mailing list<br>
<a href="mailto:Ndn-interest@lists.cs.ucla.edu">Ndn-interest@lists.cs.ucla.edu</a><br>
<a href="http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest" target="_blank">http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest</a><br>
<br></blockquote></div><br></div>