tree: 690d777a588c9287b45a978d09ebc47edb6719d7 [path history] [tgz]
  1. README.md
  2. demo/
  3. wsgi.py
docker/README.md

Docker images

Demo

  • For testing purposes
  • Contains a running virtual netconf device (netopeer2server)
  • Go to the demo folder, then type docker build -t netopeer2gui ., after it finishes, type docker run -dp 80:80 netopeer2gui and go to http://localhost in your browser.
  • You can connect to a device using these credentials:
host: localhost
port: 830
username: root
password: docker

Production

  • Comming soon