Commit Graph

20 Commits

Author SHA1 Message Date
28140e7cb7 Fix the height of the terminal window in the web UI
Upstream-commit: be3563cebb953b75d301b63988589987e4f9e6d9
Component: engine
2013-01-20 22:23:11 -08:00
bfc265f408 docker run -a: optionally attach to the new process. Run it in the background by default
Upstream-commit: e74d0b2a569496ef47075ea80c0ca61501dc8da2
Component: engine
2013-01-20 22:22:51 -08:00
ca769d4cf3 docker web -u: display the URL of the web UI
Upstream-commit: 63081c6cc865a90cc13354c4d95c877c1c0489f2
Component: engine
2013-01-20 22:21:59 -08:00
d52fd1dde4 'docker diff': inspect changes to a container's filesystem
Upstream-commit: bdb66012a830e06103d0ed6913c38bbc69a09bca
Component: engine
2013-01-20 22:21:26 -08:00
8b3d7ff8d4 Experimental web UI
Upstream-commit: 6d8420898c5863afac432926c53e70fed48e7cd9
Component: engine
2013-01-20 15:55:00 -08:00
9bf8358011 'docker run' accepts layer names (it will look up the most recently added layer of that name)
Upstream-commit: 4c5eb22cb281359c7e2e70d773173121c8c9b47b
Component: engine
2013-01-20 15:54:21 -08:00
687925d998 Improved 'docker layers': sort by added date, -l to show only N most recent
Upstream-commit: bf465935055d3fe94e68456366a81e9964b244dc
Component: engine
2013-01-20 14:13:25 -08:00
d7073c2d43 Terser output for layer creation commands, to help scriptability
Upstream-commit: f154ebf744e974c356c833a95d3c79d5785eb393
Component: engine
2013-01-20 00:58:18 -08:00
da91bf2009 Cosmetic fix when printing a comma-separated list of layers
Upstream-commit: 417e72b0dd07dc5c9829e4fd0f8e1d72261b1a10
Component: engine
2013-01-20 00:48:23 -08:00
deb12aeb82 Cleaned up argument parsing
Upstream-commit: 776705da57efce55c0062fec462700b75432a25a
Component: engine
2013-01-20 00:47:39 -08:00
37d7fd66b4 'docker list' shows which processes are running (always false for now)
Upstream-commit: 95c6443c4329d82b7abec0f9689aad92dafa0bc3
Component: engine
2013-01-20 00:46:46 -08:00
09a3c4ae28 'docker list -n': display absolute layer IDs instead of names
Upstream-commit: 10ca2206e25d42f6594611fc6c2e0d432ca13c9c
Component: engine
2013-01-20 00:45:51 -08:00
3141df1e99 Several UI improvements for creating containers and layers. 'docker export', 'docker run -l' can reference the layers of another container, track how layers were created (download, upload or export). Rename 'download' and 'upload' to 'get' and 'put'
Upstream-commit: bf44a790718a374608a75fd5b76a85b518c5c182
Component: engine
2013-01-20 00:43:16 -08:00
77822b3906 Improved 'docker layers': --help, -q, filtering by name
Upstream-commit: 7012f489898116c3f3768e504abcbf5aed64a1f4
Component: engine
2013-01-20 00:37:52 -08:00
8711cef28c CLI: implemented 'docker help COMMAND'
Upstream-commit: 8aa2cb7d849546fef0c9a820231b3418621af742
Component: engine
2013-01-20 00:35:35 -08:00
93bda9e6ab CLI: mock 'docker download'
Upstream-commit: 12599e1c55480f888128b78abb975dbee65b3623
Component: engine
2013-01-19 18:24:01 -08:00
1d280245e7 dockerd: force HTTP flush at each write (aka poor man's streaming)
Upstream-commit: f90183e957436cbf540599e224616a8286f33803
Component: engine
2013-01-19 18:23:33 -08:00
1a716f9551 dockerd: log commands
Upstream-commit: 8a28efa65517d1b3602cb48a8b5e47643c4fff1f
Component: engine
2013-01-19 18:01:51 -08:00
23b2055138 CLI: more information in 'list' and 'layers'
Upstream-commit: 27c7ecb587c64ecf2057189f06b3d5ce365ed6e7
Component: engine
2013-01-19 17:43:42 -08:00
89000a0f7c Prototyping with a mock CLI and daemon
Upstream-commit: e5323e7c9ab02c64e57396807d5b29b42d1f3904
Component: engine
2013-01-19 16:07:19 -08:00