I am building docker from this version of this source code:
https://github.com/boucher/docker/tree/cr-combined
after cloning the code :
git clone -b cr-combined --single-branch https://github.com/boucher/docker.git
cd docker
#make build
#make binary
And then copied the resulting file @./bundles/../docker to the usr/bin directory After reopening the terminal and starting the docker engine again. its shows that i am using my own built version but This version should have two main docker commands that won't show up in my built one 1- checkpoint 2- restore
could you please help me and tell me where it went wrong
Here is what I do:
Hope this helps.