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 Managing Images and Containers Managing Images

Cannot build the image following this instruction

After i run 'docker build -t mongodb .', it is showing .... .... Need to get 2078 kB of archives. After this operation, 5215 kB of additional disk space will be used. Do you want to continue? [Y/n] Abort. The command '/bin/sh -c apt-get update && apt-get install -yes --no-install-recommends ca-certificates jq numactl && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 1

Need some help this part

I see different messages but I also do not get an image file. I think it fails at the gosu section.