-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow user to override app and probe default port #153
Comments
Why? I mean they already can, with the commandline flags... |
Just in case port 4040 and 4030 are already in use locally. I think it came up in conversation when I was encouraging people to give On Tuesday, 2 June 2015, Peter Bourgon notifications@github.com wrote:
|
Gotcha. How would you change that, via the scope script? |
With the scope script, any extra arguments are just passed to the I'm thinking in entrypoint.sh, munging any arguments starting with -probe. What do you think? On Wed, Jun 3, 2015 at 8:14 AM, Peter Bourgon notifications@github.com
|
I like the idea of using a flag prefix and parsing it in the scope script, but there's got to be a nicer way than dumping them to text files in the container and dumping them out again in the run scripts? |
Depends on what runit supports. Dumping the flags to a file seems the On Wednesday, 3 June 2015, Peter Bourgon notifications@github.com wrote:
|
Definitely need to change UI dev server port from 3000 to 404x. |
I guess I'm wondering if there's a better way to pass information through the host—Docker membrane. Environment variables? Probably too finicky. Yeah, maybe files are the least-bad option. |
The command line is used for the "host—Docker membrane". Its within the container, passing variables from entrypoint.sh to the run-foo scripts that requires the file. |
Sorry, yes, that's what I meant. |
No description provided.
The text was updated successfully, but these errors were encountered: