Coder Social home page Coder Social logo

Comments (7)

xetorthio avatar xetorthio commented on May 23, 2024

Hey Alex, can you describe with more details what you are doing? Where are
you running ngrok? How? Etc.

On Sun, Oct 9, 2016, 12:48 Alex Ellis [email protected] wrote:

I tried running ngrok but it crashed the screen and gave an error about
$HOME.. this would be really cool for connecting to the live service from
your PC.

πŸ‘ on this project.. very cool proof of concept πŸ’― %

β€”
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#3, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAIhp-Vpq3fnAsviSdclGmYt92g1jXrqks5qyMaZgaJpZM4KR-KD
.

from play-with-docker.

xetorthio avatar xetorthio commented on May 23, 2024

A bit more of information before my flight :) It seems like ngrok works fine. But it writes its output directly to the terminal, which is not shown on the web interface because only Stdout and Stderr are captured.
So the way to make it show what it is doing is to add --log stdout so it outputs to Stdout, hence visible on the web ui.

Now I'm trying to figure out which url I should connect to see my elasticsearch service πŸ˜•

from play-with-docker.

marcosnils avatar marcosnils commented on May 23, 2024

@alexellis I think we've fixed this issue with @xetorthio in 3dd5a8b. Can you please try again to see if it works?

from play-with-docker.

akalipetis avatar akalipetis commented on May 23, 2024

Would we be interested in dynamically proxying ports - ie 30000-30005 - to something like -.play-with-docker.com?

We could use sourcelair/ceryx for that.

There are a few challenges though:

  • Ceryx currently only supports one target for each domain
    • we can circumvent this by proxying requests only to the first engine we create
    • we could try to do a Docker networking/load balancing trick, but this means that all containers will be able to hit each other
  • we should limit the ports, since we'll need to expose them in advance
    • this will not be the case though if we move to a Docker networking solution, but we'll need the user to manually define which ports she wants to expose to create the route

Thoughts?

from play-with-docker.

marcosnils avatar marcosnils commented on May 23, 2024

@akalipetis does ceryx also support proxying plain tcp connections?

from play-with-docker.

akalipetis avatar akalipetis commented on May 23, 2024

from play-with-docker.

marcosnils avatar marcosnils commented on May 23, 2024

@akalipetis ngrok works both for L4 and L7 connections so I believe that we can go that way. I'll close this issue as it's fixed already.

from play-with-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.