Sfoglia il codice sorgente

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 <euan.harris@docker.com>
Euan Harris 7 anni fa
parent
commit
b4c09ceae2
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      libnetwork/Makefile

+ 3 - 0
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}