cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1384
Views
0
Helpful
1
Replies

Meraki Explorer (Docker)

guitbbb
Level 2
Level 2

Hello everyone,

I'm trying to run the meraki-explorer application, which I'm running in a Docker container.

Repository Link: https://developer.cisco.com/codeexchange/github/repo/cyberdevnet/meraki-explorer/

I'm not able to access the application remotely from a different computer on my network. I can access it locally on the machine where Docker is running, but not from other devices.

I have already checked all firewall rules, I have connectivity to port 81 in the host where the docker is running.

Any guidance or suggestions on how to resolve this would be greatly appreciated!

1 Reply 1

Philip D'Ath
Meraki Community All-Star
Meraki Community All-Star

Generally with Docker, you'll need to use the "-p" flag to make an app externally accessible.

docker run -p 8080:80 my-app

Also, make sure any host firewall allows the port.