-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Book nor this site says that the source code needs to be downloaded #28
Comments
iam getting the issue even after cloning the repo to my local machine. I can see the build/build.sh file but docker build keeps throwing the error /bin/sh: build/build.sh: not found |
were you able to successfully build? can you share the steps? |
Related #30 |
My environment:
Commands I ran: And it works! Agreed, though, in Chapter 2: Creating and Running Containers, it's not clear that you need to download the entire repository to get this to work; it only mentions the Dockerfile and then: You can build and run this image with the following commands:
|
The book and/or this page needs to say that the source code needs to be downloaded. Otherwise, the build process fails with error:
Removing intermediate container 8dd4b6c2b3be
---> d482ce3af5ca
Step 11/15 : RUN build/build.sh
---> Running in 835b2b529591
/bin/sh: build/build.sh: not found
https://learning.oreilly.com/library/view/kubernetes-up-and/9781492046523/ch02.html
The text was updated successfully, but these errors were encountered: