Skip to content

sysrepo-archive/docker-sysrepo-netopeer2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

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 [email protected] -p 6001 -s netconf 

demo

About

Dockerfile for sysrepo-netopeer2 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published