Skip to content

Unable to access dex deployed in docker container from local machine #1988

Answered by AnkitaBarbi
AnkitaBarbi asked this question in Q&A
Discussion options

You must be logged in to vote

I am trying to deploy dex on docker via Dockerfiles ,I am able to build the image and I can the container but the catch is I am unable to hit it from my local machine / browser

 docker run --name testdex2 -p 5556:5556 docker.binrepo.cglcloud.in/dex:e682a02
time="2021-02-11T13:55:34Z" level=info msg="config issuer: http://127.0.0.1:5556/dex"
time="2021-02-11T13:55:34Z" level=info msg="config storage: sqlite3"
time="2021-02-11T13:55:34Z" level=info msg="config static client: Example App"
time="2021-02-11T13:55:34Z" level=info msg="config connector: microsoft"
time="2021-02-11T13:55:34Z" level=info msg="config connector: local passwords enabled"
time="2021-02-11T13:55:34Z" level=info msg="k…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AnkitaBarbi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant