Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

215
Views
Docker run container on different port

I am new to docker. Just tried to run a container on port 80

docker run -p 80:80 kitematic/hello-world-nginx 

and it seems to be working fine. I can get to the site at http://192.168.99.100/

but i tried changing the port to

docker run -p 70:50 kitematic/hello-world-nginx

and i cannot get to site at http://192.168.99.100:70. So how can i set a different port and connect to site please?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Please try:

docker run -p 70:80 kitematic/hello-world-nginx

binding port is probably mistyped in the command you provided.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!