CiscoDevNet / yangsuite

Cisco YANG Suite provides a set of tools and plugins to learn, test, and adopt YANG programmable interfaces such as NETCONF, RESTCONF, gNMI and more.
Other
237 stars 70 forks source link

Quick start docker script fails on macOS 14.4.1 #110

Open swiatecki opened 4 months ago

swiatecki commented 4 months ago

running bash ./start_yang_suite.sh results in a permission denied error :(

Any ideas?

nswiatec@NSWIATEC-M-P74T docker % bash start_yang_suite.sh                           
Hello, please setup YANG Suite admin user.
username: admin
password: 
confirm password: 
Will you access the system from a remote host? (y/n): n
email: xxxx@xxxx.com

Certificates already generated

Building docker containers...
open /Users/nswiatec/.docker/buildx/current: permission denied
nswiatec@NSWIATEC-M-P74T docker %
maercu commented 4 months ago

Try using sudo to start the script.