I have created a couple different directories on my host machine as I try to learn about Docker just to keep my dockerfiles organized. My Dockerfile I just ran looks like t
if you are creating image and getting message sending build context to docker daemon which is taking log time to copy,
then add .dockerignore file. it should include the files or directory which does not need to be copied.