浏览代码

Merge pull request #8876 from whoshuu/docpatch-2

Remove out-of-context code block
James Turnbull 10 年之前
父节点
当前提交
a61c4dc959
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      docs/sources/articles/dockerfile_best-practices.md

+ 0 - 6
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