Score:0

How to get docker to build this file?

ni flag

Error

Every time I use this command line to get docker to build, I keep getting the errors shown the the powershell window.

failed to solve with frontend dockerfile.v0: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount3797320125/Dockerfile: no such file or directory
PS C:\Users\mark404> docker build -t C:\Usersnode-lafs-web .

Do I need to include a path or something? How would I format that? If its not that... what is happening?

Score:0
br flag

-t specifies the image name/tag. The . tells Docker that the current directory you are in is the build context and the default location to search for the Dockerfile.

Essentially, you need to run the docker build command from the directory where the Dockerfile resides (though you can specify the full path to the Dockerfile as a parameter if you like).

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.