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 Building Images Using Dockerfiles Building Images Using Dockerfiles

where image kept after build command?

when doing docker build, where the image kept? on docker host? if so how can i see it? need store images on local repo.

Cody Michaels
Cody Michaels
Courses Plus Student 27,272 Points

While you should really just be sharing/storing the Dockerfile as good practices because this builds your image, you can manually set the storage driver with the -s or --storage-driver option to the Docker daemon.