[Ndn-interest] Running NFD on a (VirtualBox) VM using Vagrant (Docker setup FAILS right now)

Felix Rabe felix at rabe.io
Tue Sep 2 16:19:44 PDT 2014


Regarding the broken Docker setup, I've created a repository and an 
issue: https://github.com/named-data-education/ndn-with-docker/issues/1

Feel free to comment if you know Docker and have hints how to solve 
this. (I will investigate this later myself.)


On 02/Sep/14 15:36, Felix Rabe wrote:
> Hi
>
> I need to work more on the Docker-based installation method, it 
> currently fails with the following error:
>
>     felix-mba:docker-images fr$ docker run --rm -ti nfd
>     root at cb92f60fb4c0:/# nfd-start
>     root at cb92f60fb4c0:/# nfd-status
>     ERROR: error while connecting to the forwarder (No such file or 
> directory)
>
> In the meantime, I've got NFD running on Ubuntu 14.04 inside a VM 
> using Vagrant:
>
> https://github.com/named-data-education/vagrant
>
> Whereas Docker is a frontend to Linux Containers, Vagrant is a 
> frontend to VMs such as VirtualBox or VMWare. You can get it at 
> http://www.vagrantup.com/.
>
> Quick start once you have Vagrant (and Git) installed: (This should 
> work identically on OS X, Linux, Windows)
>
>     git clone https://github.com/named-data-education/vagrant.git
>     cd vagrant
>     vagrant up
>     vagrant ssh
>     # and inside the VM:
>     sudo bash
>     nfd-status
>
> If you need help, `vagrant -h` is your friend.
>
> - Felix
> _______________________________________________
> Ndn-interest mailing list
> Ndn-interest at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest




More information about the Ndn-interest mailing list