...
https://www.youtube.com/watch?v=nnd4KqeeqIw&ab_channel=0x2142-NetworkingNonsense
download code |
|
---|
| https://github.com/CiscoDevNet/yangsuite
git clone https://github.com/CiscoDevNet/yangsuite.git |
| cd yangsuite/docker |
| sudo ./start_yang_suite.sh !! on server02: admin / Ekinops!1 !! on Laptop vmware: admin / ekinops!1 !! need for remote access: local host FQDN or IP: 192.168.0.11 Code Block |
---|
| root@server02:~/yangsuite/docker# ./start_yang_suite.sh
Hello, please setup YANG Suite admin user.
username: me
password:
confirm password:
Will you access the system from a remote host? (y/n): n
# Enter local host FQDN or IP: 192.168.0.11
email: jean-luc.kriker@ekinops.com
|
|
stop the script and start docker-compose | CTRL^C docker-compose up -d Code Block |
---|
title | start docker-compose |
---|
| root@server02:~/yangsuite/docker# docker-compose up -d
[+] Running 3/3
✔ Container docker-yangsuite-1 Started 0.0s
✔ Container docker-backup-1 Started 0.0s
✔ Container docker-nginx-1 Started 0.0s
root@server02:~/yangsuite/docker#
|
|
| https://192.168.0.11:8443 ( on laptop vmware : localhost:80 ) |
|
|