1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
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
..
fixtures/https Add authenticated TLS support for API 2014-03-09 00:06:44 +01:00
api_test.go fix tests 2014-03-31 18:11:53 +00:00
auth_test.go Skip login tests because of external dependency to a hosted service. 2014-04-03 21:55:33 +00:00
buildfile_test.go Merge pull request #4759 from crosbymichael/comments-in-buildfile 2014-03-28 11:16:32 +02:00
commands_test.go Allow "SIG" prefix on signal names in docker kill ("SIGKILL", etc) 2014-04-01 11:01:07 -06:00
container_test.go Allow non-privileged containers to create device nodes. 2014-04-03 18:44:13 +00:00
graph_test.go Gofmt imports 2014-03-17 11:41:28 -07:00
https_test.go fix tests 2014-03-31 18:11:53 +00:00
iptables_test.go Move utility package 'iptables' to pkg/iptables 2014-01-06 15:41:24 -08:00
runtime_test.go Merge branch 'https_client' of github.com:discordianfish/docker into discordianfish-https_client 2014-03-19 22:03:11 +00:00
server_test.go Deprecate 'docker insert' 2014-04-03 23:52:09 +00:00
sorter_test.go remove some mkServerFromEngine 2014-01-31 03:34:50 +00:00
utils_test.go Update integration tests for server pkg 2014-03-14 09:46:56 -07:00
z_final_test.go Move integration tests to integration/, expose missing public methods in the core 2013-11-14 10:50:00 -08:00