All Versions
124
Latest Version
Avg Release Cycle
65 days
Latest Release
1205 days ago

Changelog History
Page 12

  • v0.3.1 Changes

    May 08, 2013

    ๐Ÿ— Builder

    • ๐Ÿ— Implement the autorun capability within docker builder
    • โž• Add caching to docker builder
    • โž• Add support for docker builder with native API as top level command
    • ๐Ÿ— Implement ENV within docker builder
    • โœ… Check the command existence prior create and add Unit tests for the case
    • ๐Ÿ‘‰ use any whitespaces instead of tabs

    โš™ Runtime

    • โž• Add go version to debug infos
    • Kernel version - don`t show the dash if flavor is empty

    Registry

    • โž• Add docker search top level command in order to search a repository
    • ๐Ÿ›  Fix pull for official images with specific tag
    • ๐Ÿ›  Fix issue when login in with a different user and trying to push
    • ๐Ÿ‘Œ Improve checksum - async calculation

    Images

    • Output graph of images to dot (graphviz)
    • ๐Ÿ›  Fix ByParent function

    ๐Ÿ“š Documentation

    • ๐Ÿ†• New introduction and high-level overview
    • โž• Add the documentation for docker builder
    • ๐Ÿ“š CSS fix for docker documentation to make REST API docs look better.
    • ๐Ÿ›  Fix CouchDB example page header mistake
    • ๐Ÿ›  Fix README formatting
    • โšก๏ธ Update www.docker.io website.

    Other

    • Website: new high-level overview
    • ๐Ÿ‘‰ Makefile: Swap "go get" for "go get -d", especially to compile on go1.1rc
    • ๐Ÿ— Packaging: packaging ubuntu; issue #510: Use goland-stable PPA package to build docker
  • v0.3.0 Changes

    May 06, 2013

    โš™ Runtime

    • ๐Ÿ›  Fix the command existence check
    • strings.Split may return an empty string on no match
    • ๐Ÿ›  Fix an index out of range crash if cgroup memory is not

    ๐Ÿ“š Documentation

    • Various improvements
    • ๐Ÿ†• New example: sharing data between 2 couchdb databases

    Other

    • Vagrant: Use only one deb line in /etc/apt
    • Registry: Implement the new registry
  • v0.2.2 Changes

    May 03, 2013
    • ๐Ÿ‘Œ Support for data volumes ('docker run -v=PATH')
    • ๐Ÿณ Share data volumes between containers ('docker run -volumes-from')
    • ๐Ÿ‘Œ Improve documentation
    • โฌ†๏ธ Upgrade to Go 1.0.3
    • โฌ†๏ธ Various upgrades to the dev environment for contributors
  • v0.2.1 Changes

    May 01, 2013
    • ๐Ÿณ 'docker commit -run' bundles a layer with default runtime options: command, ports etc.
    • ๐Ÿ‘Œ Improve install process on Vagrant
    • ๐Ÿ†• New Dockerfile operation: "maintainer"
    • ๐Ÿ†• New Dockerfile operation: "expose"
    • ๐Ÿ†• New Dockerfile operation: "cmd"
    • ๐Ÿ— Contrib script to build a Debian base layer
    • ๐Ÿณ 'docker -d -r': restart crashed containers at daemon startup
    • โœ… Runtime: improve test coverage
  • v0.2.0 Changes

    April 23, 2013
    • โš™ Runtime: ghost containers can be killed and waited for
    • ๐Ÿ“š Documentation: update install instructions
    • Packaging: fix Vagrantfile
    • ๐Ÿ“ฆ Development: automate releasing binaries and ubuntu packages
    • โž• Add a changelog
    • ๐Ÿ›  Various bugfixes
  • v0.1.8 Changes

    April 22, 2013
    • Dynamically detect cgroup capabilities
    • โš  Issue stability warning on kernels <3.8
    • ๐Ÿณ 'docker push' buffers on disk instead of memory
    • ๐Ÿ›  Fix 'docker diff' for removed files
    • ๐Ÿ›  Fix 'docker stop' for ghost containers
    • ๐Ÿ›  Fix handling of pidfile
    • ๐Ÿ›  Various bugfixes and stability improvements
  • v0.1.7 Changes

    April 18, 2013
    • Container ports are available on localhost
    • ๐Ÿณ 'docker ps' shows allocated TCP ports
    • Contributors can run 'make hack' to start a continuous integration VM
    • Streamline ubuntu packaging & uploading
    • ๐Ÿ›  Various bugfixes and stability improvements
  • v0.1.6 Changes

    April 17, 2013
    • ๐Ÿณ Record the author an image with 'docker commit -author'
  • v0.1.5 Changes

    April 17, 2013
    • Disable standalone mode
    • ๐Ÿณ Use a custom DNS resolver with 'docker -d -dns'
    • Detect ghost containers
    • ๐Ÿ‘Œ Improve diagnosis of missing system capabilities
    • ๐Ÿ‘ Allow disabling memory limits at compile time
    • โž• Add debian packaging
    • ๐Ÿ“š Documentation: installing on Arch Linux
    • ๐Ÿ“š Documentation: running Redis on docker
    • ๐Ÿ›  Fix lxc 0.9 compatibility
    • Automatically load aufs module
    • ๐Ÿ›  Various bugfixes and stability improvements
  • v0.1.4 Changes

    April 09, 2013
    • ๐Ÿ‘ Full support for TTY emulation
    • Detach from a TTY session with the escape sequence C-p C-q
    • ๐Ÿ›  Various bugfixes and stability improvements
    • ๐Ÿ’ป Minor UI improvements
    • ๐Ÿณ Automatically create our own bridge interface 'docker0'