Commit Graph

25 Commits

Author SHA1 Message Date
6db31c94de Merge branch 'graph' of github.com:dotcloud/docker into graph
Upstream-commit: 864a8d9acaf306f10ddb50c2bd2398ebd54f0042
Component: engine
2013-03-21 03:54:24 -07:00
ace2db29d7 Folded graph/ back into main package
Upstream-commit: ef711962d5d70b4332908f0ca6460929e289c131
Component: engine
2013-03-21 17:47:23 -07:00
d885b28d79 First integration of runtime with repositories & tags
Upstream-commit: 44faa07b6c472b888bed65b56126cde56658e91a
Component: engine
2013-03-21 17:35:49 -07:00
34e7903bcd POC of push/pull for images, pull works, push do push but without the layer
Upstream-commit: edcfd687efb6c00aefc39c07019307b917bd1ec8
Component: engine
2013-03-21 03:53:27 -07:00
d2e74ac7f8 Merged master
Upstream-commit: b6b5e5cec1fc58550286a7242db4a91bb43c05aa
Component: engine
2013-03-21 02:13:21 -07:00
cb03d9d3f5 Docker currently doesn't support 32-bit hosts. Let's make that clear by failing right away with an informative message
Upstream-commit: f7837599283ff89493d4fcfb7d9a046a7f9dc13b
Component: engine
2013-03-21 02:04:10 -07:00
013fc3d292 Removed 'sparse export' mode, it is deprecated by the new diff-based transfer protocol
Upstream-commit: 2f781f21288d9e579cf18fcf08a0750ce7b0ac38
Component: engine
2013-03-21 01:24:12 -07:00
ff15c16c54 Renamed 'docker tar' to 'docker export' for symmetry with 'docker import'
Upstream-commit: e627a0da1ee3013d9f4b74e96636699401e5d720
Component: engine
2013-03-21 01:23:00 -07:00
69e910efff Moved Go() to the main package... And got rid of the useless docker/future package
Upstream-commit: 623e91e2e3f3d0b408a43606df8d3c037a6b03be
Component: engine
2013-03-21 01:13:55 -07:00
bf245fb6d9 moved GenerateId() to the graph package
Upstream-commit: 0208b6accddd4f8c8ccfb380dd281ac208fe19d1
Component: engine
2013-03-21 01:07:07 -07:00
b2da51604c Moved Download() and progressReader{} to the main package
Upstream-commit: d7c5d060c4b3c4a38a843e92f832bbf97483d16b
Component: engine
2013-03-21 00:54:54 -07:00
3350acc2a3 Moved HumanDuration() to the main package
Upstream-commit: 299d0b2720ad5efee89c11b47d6de51094714164
Component: engine
2013-03-21 00:52:43 -07:00
8a9c33b407 Renamed Docker{} to Runtime{} for clarity
Upstream-commit: b8547f31e4ba5d4381c572e7efa4bea3ccb80515
Component: engine
2013-03-21 00:41:15 -07:00
3f5ac0b977 Simplified the core container API, ported it to the new graph. Some features are missing eg. image 'paths' and tags
Upstream-commit: 7c57a4cfc086b4af68ed9ec7c1b03b934db61f0c
Component: engine
2013-03-21 00:25:00 -07:00
987e23be65 Pruned more semi-useless commands: 'docker cat', 'docker cp', 'docker ls', 'docker write'. Removed outdated commands from help message
Upstream-commit: 34023558f5a37e441e39f003cdc4ad6736f38c5a
Component: engine
2013-03-20 22:48:52 -07:00
cd1b34d27f Removed anal warning from 'go vet'
Upstream-commit: 9d82bab041370cd26e78fe85ee5435c8b2429b59
Component: engine
2013-03-20 22:42:50 -07:00
6702dd2069 Removed deprecated or useless commands (cp, layers, reset, mirror, debug, web)
Upstream-commit: 31296cc3f72cd98cbab8c33b2b1d3ea2d46be725
Component: engine
2013-03-20 20:21:59 -07:00
56cbe57711 Bumped version to 0.0.3
Upstream-commit: 33c2f07fc7b2d132e1f7cd30a37717ed15c086bd
Component: engine
2013-03-18 00:35:48 -07:00
700dcf9da6 Merge pull request #84 from kencochrane/users
added docker login command to login to docker registry
Upstream-commit: b55e461122693a000ce2e06ae5623c7acc607c4a
Component: engine
2013-03-16 02:14:07 -07:00
99288ec2bd made sure password was required, fixed docker help issue with login prompt
Upstream-commit: 878ae25980c21b6678fa30ba09b426e7710e1b14
Component: engine
2013-03-15 07:49:27 -07:00
1a5936d05b Correct the help
Upstream-commit: cb7819cbc509a78d627584d18a65a4557875b516
Component: engine
2013-03-15 00:47:02 -07:00
64bf23bc11 only show status message if there is one to show
Upstream-commit: d94a5b7d05a66c6856d719fbdd8770f7b154503b
Component: engine
2013-03-14 20:21:03 -07:00
3ced6c16c1 merge from master
Upstream-commit: 18519f12ae15bee72126bc974ab41f3fb480655d
Component: engine
2013-03-14 18:23:45 -07:00
a8be015f07 Issue #79, add regexp to the CmdRmi command
Upstream-commit: 3cd34f1039bc6de584e94f7ca74e0d9581f6a042
Component: engine
2013-03-14 09:27:06 -07:00
9ee9057ed1 Move commands into docker
Upstream-commit: e5e66716df901bcc40106497532b9c3bff0bb931
Component: engine
2013-03-14 02:43:16 -07:00