enkidevs / curriculum

👩‍🏫 👨‍🏫 The open-source curriculum of Enki!
https://www.enki.com/mobile-app
Other
789 stars 1.13k forks source link

Update dockerfile-instructions.md #3204

Closed Stefan-Stojanovic closed 1 year ago

enki-hq commented 1 year ago

Changelog

File Name Error Message
Pull Request Couldn't find a CHANGELOG entry for this pull request.

If you notice anything wrong with these rules contact content-team@enki.com.

enki-hq commented 1 year ago

Insight previews:

Stefan-Stojanovic commented 1 year ago

I'm not sure this is right?

A dockerfile contains instructions to assemble an image. These images are used to build containers.

so the images are executable packages and when you run it it becomes a container? If I'm not mistake, not 100% sure on it

nem035 commented 1 year ago

At least in the context of this exercise, this statement is false.

A Dockerfile contains instructions the Docker daemon uses to build containers.

If it said

A Dockerfile contains instructions ... to build images.

then it would've been true