From 7a8d9de28f958d0cbdfe980d51836d837a30957e Mon Sep 17 00:00:00 2001 From: Huu Nguyen Date: Thu, 30 Oct 2014 23:58:14 -0400 Subject: [PATCH] Remove out-of-context code block Signed-off-by: Huu Nguyen Upstream-commit: 8453cf0671879aef04f96ffce52bf3fbcb75ca13 Component: engine --- .../docs/sources/articles/dockerfile_best-practices.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/components/engine/docs/sources/articles/dockerfile_best-practices.md b/components/engine/docs/sources/articles/dockerfile_best-practices.md index c403c2f286..3a320efb2c 100644 --- a/components/engine/docs/sources/articles/dockerfile_best-practices.md +++ b/components/engine/docs/sources/articles/dockerfile_best-practices.md @@ -113,12 +113,6 @@ the command string itself will be used to find a match. Once the cache is invalidated, all subsequent `Dockerfile` commands will generate new images and the cache will not be used. - bzr \ - cvs \ - git \ - mercurial \ - subversion - ## The Dockerfile instructions Below you'll find recommendations for the best way to write the