Hi Dirk, Thank you , Jenkins container started like below. docker run --name myjenkins -d -u root -p 8080:8080 -p 50000:50000 -v $(which docker):/usr/bin/docker -v /jenkins:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock myjenkins
And i curled from other host and it gets connected and throwing 502 bad gateway. Thanks, Anil On Wednesday, 10 February 2021 at 16:09:55 UTC+5:30 dheinric wrote: > Am Mittwoch, den 10.02.2021, 00:14 -0800 schrieb anilkumar panditi: > > And i have curled on host where Jenkins running as docker container , > > > So, this seems to be a Docker question rather than a Jenkins one, doesn't > it? Anyway, did you start your container with an appropriate port mapping > for port 443 (option -p)? And maybe check that containers on that host are > generally reachable from other hosts (or, i.o.w.: that your Docker > networking is setup properly). > > HTH... > > Dirk > > -- > > *Dirk Heinrichs* > Senior Systems Engineer, Delivery Pipeline > OpenText ™ Discovery | Recommind > *Phone*: +49 2226 15966 18 <+49%202226%201596618> > *Email*: [email protected] > *Website*: www.recommind.de > Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach > Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, > Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646 > This e-mail may contain confidential and/or privileged information. If you > are not the intended recipient (or have received this e-mail in error) > please notify the sender immediately and destroy this e-mail. Any > unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden > Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail > irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und > vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte > Weitergabe dieser Mail sind nicht gestattet. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/50e13aec-6e84-4593-89c1-2baea6ee0e1bn%40googlegroups.com.
