Hi, I’m trying to understand the process of installing docker from source by building the binary from the code on github instead of directly downloading and using the .deb file available. I cloned moby/moby repo and executed the ‘make binary’ command. I get this error:
mkdir bundles
Makefile:152: The docker client CLI has moved to github.com/docker/cli. For a dev-test cycle involving the CLI, run:
DOCKER_CLI_PATH=/host/path/to/cli/binary make shell
then change the cli and compile into a binary at the same location.
DOCKER_BUILDKIT=“1” docker build --build-arg=CROSS=false -t “docker-dev:master” -f “Dockerfile” .
buildkit not supported by daemon
Makefile:152: recipe for target ‘build’ failed
make: *** [build] Error 1
Firstly, is this the correct approach? If yes, can anyone point out if I missed something that led to this error?
System Details:
OS: Ubuntu 16.04.6 (xenial)
Kernel : 4.15.0-47-generic
Docker version 18.06.1-ce