The files requirements.txt and Dockerfile of Docker in CentOS 7

Hi,

I’ve just downloaded Docker to my computer which is using CentOS 7 by using

curl https://get.docker.com/ | sh

After done, there should be 2 files requirements.txt and Dockerfile, but I can’t find the files.

I looked into /var/lib/yum/, but seems that the file is not inside.

Where can I find the files? Many thanks!