Add more client methods

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2015-12-08 13:31:20 -08:00
parent e778e34039
commit e87f8336c4
3 changed files with 56 additions and 8 deletions

View file

@ -4,3 +4,13 @@ all:
cd containerd && go build -tags libcontainer -o ../bin/containerd
cd ctr && go build -o ../bin/ctr
client:
mkdir -p bin/
cd ctr && go build -o ../bin/ctr
daemon:
mkdir -p bin/
cd containerd && go build -tags libcontainer -o ../bin/containerd
install:
cp bin/* /usr/local/bin/