Actions
Task #4308
openLook into using docker/docker containers
Start date:
09/28/2017
Due date:
% Done:
0%
Estimated time:
Description
Some work is already there:
https://blog.talentica.com/2017/03/20/using-docker-containers-as-mininet-hosts/
Updated by Junxiao Shi almost 3 years ago
There's a fork of Mininet that uses Docker hosts: Containernet.
- Python side is similar.
- NDN programs must be prepared as a Docker image.
- Each Mininet host must be a single Docker container; this is in contrast from Docker's normal practice of running one application per container.
Actions