Skip to content

cbmckni/ndn-tools-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ndn-tools-docker

Local Run

To run the container locally, first set up a volume to hold peristent data:

docker volume create persistent-storage

Run the image using the volume:

docker run -it --mount source=persistent-data,target=/workspace cbmckni/ndn-tools

Kubernetes

Use the files and documentation in ndn-k8s to deploy the container to a Kubernetes cluster.

About

Dockerized tools for Named Data Networking: https://github.com/susmit85/ndn-tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published