Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Introduction to Docker Why Docker? Building an Image and Running a Container

Luis Gutierrez
seal-mask
.a{fill-rule:evenodd;}techdegree
Luis Gutierrez
Python Development Techdegree Student 4,196 Points

Hi guys its been almost an hour long and still waiting... after running docker run -p 27017:270117 -p 28017:28017 mongot

could it be the internet connection that is too slow?

2 Answers

Rohald van Merode
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Rohald van Merode
Treehouse Staff

Hey Luis Gutierrez 👋

You seem to have a typo in the command you mentioned: -p 27017:270117 should be -p 27017:27017 instead. This is likely causing the issue as it's trying to bind to a non existing port.

Hope this helps!