Question
Where is my Dockerfile with "docker pull ubuntu"?
I really don’t see the point of this tutorial:
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
Since it relies on a docker pull ubuntu image, where can I edit that Dockerfile to customize it further? Shouldn’t you typically rely on a Dockerfile for docker containers? The tutorial mentions that Dockerfiles are “beyond the scope” of the tutorial which I just find odd.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×