k8s-website-controller icon indicating copy to clipboard operation
k8s-website-controller copied to clipboard

Tried to build dockerfile but cannot find folder.

Open rlam3 opened this issue 5 years ago • 1 comments

Sending build context to Docker daemon  2.207MB
Step 1/6 : FROM scratch
 --->
Step 2/6 : MAINTAINER [email protected]
 ---> Using cache
 ---> 58c876c8123a
Step 3/6 : ADD website-controller /
ADD failed: stat /var/lib/docker/tmp/docker-builder130919440/website-controller: no such file or directory

website-controller is not found. I'm trying to follow your kubernetes-in-action book.

Was wondering what this folder has inside. Thanks!

rlam3 avatar Dec 28 '19 16:12 rlam3

This may help https://github.com/luksa/k8s-website-controller/pull/3

essobedo avatar Nov 10 '21 15:11 essobedo