1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api
Solomon Hykes 615ac8feb2 Deprecate 'docker insert'
'docker insert' is an old command which predates 'docker build'. We no
longer recommend using it, it is not actively maintained, and can be
replaced with the combination of 'docker build' and 'ADD'.

This removes the command from usage and documentation, and prints a
warning when it is called.

The command still works but it will be removed in a future version.

Docker-DCO-1.1-Signed-off-by: Solomon Hykes <solomon@docker.com> (github: shykes)
2014-04-03 23:52:09 +00:00
..
client Deprecate 'docker insert' 2014-04-03 23:52:09 +00:00
server Deprecate 'docker insert' 2014-04-03 23:52:09 +00:00
api_unit_test.go fix tests 2014-03-31 18:11:53 +00:00
common.go Update Version to not use string anymore 2014-04-01 15:46:52 -07:00
container.go api/container.go: an API-specific representation of a container 2014-02-15 23:24:51 +00:00
MAINTAINERS update api Maintainers file 2014-02-25 23:19:44 +00:00