Remove unused Dockerfile instruction INSERT

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
This commit is contained in:
Arnaud Porterie
2015-05-06 16:26:43 -07:00
parent f9b20ad9e4
commit 596e91638c
4 changed files with 0 additions and 9 deletions
-1
View File
@@ -61,7 +61,6 @@ func init() {
command.Entrypoint: parseMaybeJSON,
command.Expose: parseStringsWhitespaceDelimited,
command.Volume: parseMaybeJSONToList,
command.Insert: parseIgnore,
}
}