From b4c09ceae272c16a4388dfbe52bf8dd697ccdb32 Mon Sep 17 00:00:00 2001 From: Euan Harris Date: Fri, 18 May 2018 16:44:00 +0100 Subject: [PATCH] Makefile: Add shell target This makes it easy to drop into the build container, for instance to run tests or other Go tools over a subset of the code. Signed-off-by: Euan Harris --- libnetwork/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libnetwork/Makefile b/libnetwork/Makefile index 17060bc212..2d6c00ea91 100644 --- a/libnetwork/Makefile +++ b/libnetwork/Makefile @@ -134,3 +134,6 @@ circle-ci-build: ${build_image}.created @${cidocker} make build-local circle-ci: circle-ci-build circle-ci-check circle-ci-cross integration-tests + +shell: + @${docker} ${SHELL}