rastislavs / docker-sysrepo-netopeer2

Dockerfile for sysrepo-netopeer2 projects

Home Page:http://www.sysrepo.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile for sysrepo-netopeer2 setup

To run sysrepod and netopeer2-server use the command:

docker run -i -t --name sysrepo --rm sysrepo/sysrepo-netopeer2:latest

You can connect to it via testconf with the command:

docker run -i -t --link sysrepo --rm sysrepo/testconf:latest

or via SSH to port 6001 (username / password is netconf):

docker inspect sysrepo | grep -w "IPAddress"
# assuming output of the above commnd to be 172.17.0.3
ssh netconf@172.17.0.3 -p 6001 -s netconf 

demo

About

Dockerfile for sysrepo-netopeer2 projects

http://www.sysrepo.org/