docker-ngrok icon indicating copy to clipboard operation
docker-ngrok copied to clipboard

Docker Issue with Ngrok

Open Kylvan opened this issue 7 years ago • 3 comments

Docker Issue - #2458

Like i said :

Following this wiki : https://github.com/AHAAAAAAA/PokemonGo-Map/wiki/Docker

This is why i've got. Administrateur@Calice-PC MINGW64 /f/Desktop/PokemonGo-Map/docker-ngrok (master) $ docker run --rm --link ngrok appropriate/curl sh -c "curl -s http://ngrok:4040/api/tunnels | grep -o 'https:\/\/[a-zA-Z0-9\.]\+'" E:\Logiciels\Docker Toolbox\docker.exe: Error response from daemon: Could not get container for ngrok. See 'E:\Logiciels\Docker Toolbox\docker.exe run --help'.

Some advices please ?

Computer : Windows 7 x64

Kylvan avatar Jul 28 '16 15:07 Kylvan

Windows support is in alpha, no?

Le jeu. 28 juil. 2016 à 17:22, Kylvan [email protected] a écrit :

Docker Issue - #2458

Like i said :

Following this wiki : https://github.com/AHAAAAAAA/PokemonGo-Map/wiki/Docker

This is why i've got.

Administrateur@Calice-PC MINGW64 /f/Desktop/PokemonGo-Map/docker-ngrok (master) $ docker run --rm --link ngrok appropriate/curl sh -c "curl -s http://ngrok:4040/api/tunnels | grep -o 'https://[a-zA-Z0-9.]+'" E:\Logiciels\Docker Toolbox\docker.exe: Error response from daemon: Could not get container for ngrok. See 'E:\Logiciels\Docker Toolbox\docker.exe run --help'.

Some advices please ?

Computer : Windows 7 x64

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wernight/docker-ngrok/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AAI5A-YgzYbLURq0HUEkrDrFZ0IEBJUzks5qaMlHgaJpZM4JXVMp .

wernight avatar Jul 28 '16 20:07 wernight

It works for the first part but not for tunneling, on my computer it seems, i wonder if i've make a mistake :s

Kylvan avatar Jul 28 '16 21:07 Kylvan

The command-line supposes that you've a container named ngrok, which can be created via docker run --name ngrok ....

wernight avatar Jul 29 '16 11:07 wernight