I try to setup http service on my Windows 10 laptop with Docker Desktop.
I run the nginx docker on the docker desktop with port mapping 8080:80.
I can ping between my laptop and the 9300 switch.
We started the ZTP process, I had below error
pnp-discovery can be monitored without entering enable mode
Entering enable mode will stop pnp-discovery
Attempting bootfile http://10.198.104.41:8080/ztp.py
Couldn't open bootfile http://10.198.104.41:8080/ztp.py
stop Autoip process
Because in nginx docker, there is no directory called /var/www/html, I google it, the default directory in docker is /usr/share/nginx/html, so I saved the ztp.py file there.
I am not sure if it is correct location, could anyone advise it?