Commit Graph

  • ba39fc1df2 'docker snapshot': create a new layer from a container. 'docker tar': stream the contents of a container or layer as a tar archive Upstream-commit: 3b69ff64411fabcbe07639821e45cab70866b1ad Component: engine Solomon Hykes 2013-01-22 09:54:56 -0800
  • d915837cc1 container.Name -> container.Id Upstream-commit: 78c02daf474d798eea2da94286b30171d8deb98f Component: engine Andrea Luzzardi 2013-01-21 18:39:52 -0800
  • 3270a17017 'docker logs': print full logs of a container Upstream-commit: aa31e7764dd6db063df281930248b641a83894d0 Component: engine Solomon Hykes 2013-01-21 18:31:12 -0800
  • dbcbe21e42 Merge branch 'master' of ssh://github.com/dotcloud/docker Upstream-commit: 72c0a091c0c1bd377ad11f547e0652a953d32184 Component: engine Solomon Hykes 2013-01-21 18:15:19 -0800
  • 05cbf7f98a 'docker rm': remove layers. Layers currently in use can't removed. Upstream-commit: 559e3200fa716b35ac87b401c982a0ec00b78fbc Component: engine Solomon Hykes 2013-01-21 18:12:56 -0800
  • 7876504025 Removed bogus .swp file Upstream-commit: 13cd4650fdc636862bee73e6de5374205f3e6dd1 Component: engine Andrea Luzzardi 2013-01-21 18:06:31 -0800
  • 031dbdddeb Docker: Clean shutdown of containers. Stop() will send a SIGTERM to the init process of the container and give it 10 seconds to shutdown properly. After the timeout is reached, the process will be force killed (SIGKILL). Also available is Kill() which kills the process on the spot. Upstream-commit: 24dac22892cc3c8f34e90222f64b87d750b5025e Component: engine Andrea Luzzardi 2013-01-21 18:03:23 -0800
  • 28140e7cb7 Fix the height of the terminal window in the web UI Upstream-commit: be3563cebb953b75d301b63988589987e4f9e6d9 Component: engine Solomon Hykes 2013-01-20 22:23:11 -0800
  • bfc265f408 docker run -a: optionally attach to the new process. Run it in the background by default Upstream-commit: e74d0b2a569496ef47075ea80c0ca61501dc8da2 Component: engine Solomon Hykes 2013-01-20 22:22:51 -0800
  • ca769d4cf3 docker web -u: display the URL of the web UI Upstream-commit: 63081c6cc865a90cc13354c4d95c877c1c0489f2 Component: engine Solomon Hykes 2013-01-20 22:21:59 -0800
  • d52fd1dde4 'docker diff': inspect changes to a container's filesystem Upstream-commit: bdb66012a830e06103d0ed6913c38bbc69a09bca Component: engine Solomon Hykes 2013-01-20 22:21:26 -0800
  • 8b3d7ff8d4 Experimental web UI Upstream-commit: 6d8420898c5863afac432926c53e70fed48e7cd9 Component: engine Solomon Hykes 2013-01-20 15:55:00 -0800
  • 9bf8358011 'docker run' accepts layer names (it will look up the most recently added layer of that name) Upstream-commit: 4c5eb22cb281359c7e2e70d773173121c8c9b47b Component: engine Solomon Hykes 2013-01-20 15:54:21 -0800
  • 687925d998 Improved 'docker layers': sort by added date, -l to show only N most recent Upstream-commit: bf465935055d3fe94e68456366a81e9964b244dc Component: engine Solomon Hykes 2013-01-20 14:13:25 -0800
  • d7073c2d43 Terser output for layer creation commands, to help scriptability Upstream-commit: f154ebf744e974c356c833a95d3c79d5785eb393 Component: engine Solomon Hykes 2013-01-20 00:58:18 -0800
  • da91bf2009 Cosmetic fix when printing a comma-separated list of layers Upstream-commit: 417e72b0dd07dc5c9829e4fd0f8e1d72261b1a10 Component: engine Solomon Hykes 2013-01-20 00:48:23 -0800
  • deb12aeb82 Cleaned up argument parsing Upstream-commit: 776705da57efce55c0062fec462700b75432a25a Component: engine Solomon Hykes 2013-01-20 00:47:39 -0800
  • 37d7fd66b4 'docker list' shows which processes are running (always false for now) Upstream-commit: 95c6443c4329d82b7abec0f9689aad92dafa0bc3 Component: engine Solomon Hykes 2013-01-20 00:46:46 -0800
  • 09a3c4ae28 'docker list -n': display absolute layer IDs instead of names Upstream-commit: 10ca2206e25d42f6594611fc6c2e0d432ca13c9c Component: engine Solomon Hykes 2013-01-20 00:45:51 -0800
  • 805b157702 Moved 100% of arg parsing to dockerd. Even help messages are generated on the server Upstream-commit: d62a759106f2aba2f2d74ec864e05b297eb573cc Component: engine Solomon Hykes 2013-01-20 00:44:44 -0800
  • 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 Solomon Hykes 2013-01-20 00:43:16 -0800
  • 77822b3906 Improved 'docker layers': --help, -q, filtering by name Upstream-commit: 7012f489898116c3f3768e504abcbf5aed64a1f4 Component: engine Solomon Hykes 2013-01-20 00:37:52 -0800
  • 8711cef28c CLI: implemented 'docker help COMMAND' Upstream-commit: 8aa2cb7d849546fef0c9a820231b3418621af742 Component: engine Solomon Hykes 2013-01-20 00:35:35 -0800
  • 93bda9e6ab CLI: mock 'docker download' Upstream-commit: 12599e1c55480f888128b78abb975dbee65b3623 Component: engine Solomon Hykes 2013-01-19 18:24:01 -0800
  • 1d280245e7 dockerd: force HTTP flush at each write (aka poor man's streaming) Upstream-commit: f90183e957436cbf540599e224616a8286f33803 Component: engine Solomon Hykes 2013-01-19 18:23:33 -0800
  • 1a716f9551 dockerd: log commands Upstream-commit: 8a28efa65517d1b3602cb48a8b5e47643c4fff1f Component: engine Solomon Hykes 2013-01-19 18:01:51 -0800
  • 23b2055138 CLI: more information in 'list' and 'layers' Upstream-commit: 27c7ecb587c64ecf2057189f06b3d5ce365ed6e7 Component: engine Solomon Hykes 2013-01-19 17:43:42 -0800
  • 6aa1981e91 CLI: don't crash with no arguments Upstream-commit: 3dc240c7eedd8d47d91704cf378d76658856fe79 Component: engine Solomon Hykes 2013-01-19 17:41:59 -0800
  • 89000a0f7c Prototyping with a mock CLI and daemon Upstream-commit: e5323e7c9ab02c64e57396807d5b29b42d1f3904 Component: engine Solomon Hykes 2013-01-19 16:07:19 -0800
  • 5c70746915 Initial commit Upstream-commit: a27b4b8cb8e838d03a99b6d2b30f76bdaf2f9e5d Component: engine Andrea Luzzardi 2013-01-18 16:13:39 -0800