We're trying to change in the docker source code and re-build it to see the changes
Problem we're not able to build docker form the source code itself.
we tried: make
in the docker directory but we ended with the error(after initializing git by git init
):
fatal: Needed a single revision
make: *** [binary] Error 128
This question didn't help, since we got the error:
fatal: Needed a single revision
invalid upstream origin/master
We checked the issue in docker community, and they suggested to clone the directory form the docker repository and re-build again, but we still can't make
the source.
Question How to build the source code after we modified it?