From 52f9875c0b07ebefbf35a9e35d5c4d81125b1296 Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Tue, 28 Feb 2017 02:26:00 -0500 Subject: [PATCH] Fix docker volume selinux issue --- build/cni/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cni/Makefile b/build/cni/Makefile index 17b42c9e7a1..f5140ee989b 100644 --- a/build/cni/Makefile +++ b/build/cni/Makefile @@ -29,7 +29,7 @@ all: build build: mkdir -p $(OUTPUT_DIR) - docker run -it -v $(OUTPUT_DIR):/output golang:$(GOLANG_VERSION) /bin/bash -c "\ + docker run -it -v $(OUTPUT_DIR):/output:Z golang:$(GOLANG_VERSION) /bin/bash -c "\ git clone https://github.com/containernetworking/cni\ && cd cni \ && git checkout $(CNI_RELEASE) \