docs/server
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
..
buildfile.go Change ownership to root for ADD file/directory 2014-04-01 14:17:31 -07:00
server.go Deprecate 'docker insert' 2014-04-03 23:52:09 +00:00
server_unit_test.go Move server and buildfile into server pkg 2014-03-14 09:37:08 -07:00