Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NFD-Docker

This is a docker container that installs and runs NFD.

Running the containers

  • In the project folder, run docker-compose up -d to start docker container node1.
    • node1 has IP 192.168.10.225
  • Use docker-compse exec node1 bash to bash into the Docker

Setting up the shared socket

In order to be able to share the NFD socket between the host and the docker container, the ndn-cxx client must be updated with the new socket path.

On the host, the following configuration commands must be copied into their proper place.

git clone https://github.com/Howard-Z/nfd-docker.git
cd nfd-docker
cd confs
cp client.conf /usr/local/etc/ndn/client.conf
cd ..
cd ..
rm -rf nfd-docker

Cleaning up

  • Use docker-compose down -v --rmi all --remove-orphans to shutdown the docker.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages