BretFisher / udemy-docker-mastery

Docker Mastery Udemy course to build, compose, deploy, and manage containers from local development to high-availability in the cloud
https://www.bretfisher.com/courses
MIT License
5.34k stars 6.21k forks source link

Not able to run the docker image build in lecture 42 I believe #108

Closed oldmanj13 closed 2 years ago

oldmanj13 commented 2 years ago

Hi Bret HDS I still get this error unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /home/dave/dogs/cedar/Dockerfile: no such file or directory

With this CLI docker image build -t customnginx . or docker image build --platform linux/x86_64 -t customnginx . I'm really new to this and might need more help than most dave

conradwt commented 2 years ago

@oldmanj13 Can you post your actual Dockerfile? Also, I would recommend posting your question in the Docker Mastery slack that you can find at the following location:

https://dockermastery.slack.com

BretFisher commented 2 years ago

I'm closing this issue, since @oldmanj13 posted in two issues.