Skip to content
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

Allows to run with non privileged ports (> 1024) #15

Closed
akram opened this issue Dec 8, 2017 · 4 comments
Closed

Allows to run with non privileged ports (> 1024) #15

akram opened this issue Dec 8, 2017 · 4 comments

Comments

@akram
Copy link

akram commented Dec 8, 2017

by default it runs on port 389,
ca we allows it to run with non privileged ports (> 1024) ?

@stevekuznetsov
Copy link
Contributor

This image is explicitly created to facilitate testing for OpenShift. You should not use this image for production environments and this image is not supported in any configuration. If you would like to make a PR to help this to run on non-privileged ports and the changes do not break Origin tests, I am happy to merge it, but please keep the above warnings in mind.

@opm22
Copy link

opm22 commented Feb 25, 2018

I imagine you can accomplish what you need just by using expose feature on docker command, no other change needed.

docker run ... -p <2389>:389 ...

ref.: https://docs.docker.com/engine/reference/run/#expose-incoming-ports

@enj
Copy link

enj commented Aug 15, 2019

/close

@openshift-ci-robot
Copy link

@enj: You can't close an active issue/PR unless you authored it or you are a collaborator.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@mfojtik mfojtik closed this as completed Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants