wernight / docker-ngrok

An Ngrok v2 container based on wizardapps/ngrok and fnichol/ngrok
https://hub.docker.com/r/wernight/ngrok/
MIT License
456 stars 143 forks source link

Docker Issue with Ngrok #5

Open Kylvan opened 8 years ago

Kylvan commented 8 years ago

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

wernight commented 8 years ago

Windows support is in alpha, no?

Le jeu. 28 juil. 2016 à 17:22, Kylvan notifications@github.com 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 .

Kylvan commented 8 years ago

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

wernight commented 8 years ago

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