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

Changelog History
Page 11

  • v0.4.6 Changes

    June 22, 2013
    • โš™ Runtime: fix a bug which caused creation of empty images (and volumes) to crash.
  • v0.4.5 Changes

    June 21, 2013
    • ๐Ÿ— Builder: 'docker build git://URL' fetches and builds a remote git repository
    • ๐Ÿณ Runtime: 'docker ps -s' optionally prints container size
    • โœ… Tests: improved and simplified
    • ๐Ÿ”Š Runtime: fix a regression introduced in 0.4.3 which caused the logs command to fail.
    • ๐Ÿ— Builder: fix a regression when using ADD with single regular file.
  • v0.4.4 Changes

    June 19, 2013
    • ๐Ÿ— Builder: fix a regression introduced in 0.4.3 which caused builds to fail on new clients.
  • v0.4.3 Changes

    June 19, 2013
    ๐Ÿ— Builder
    • โž• ADD of a local file will detect tar archives and unpack them
    • โž• ADD improvements: use tar for copy + automatically unpack local archives
    • โž• ADD uses tar/untar for copies instead of calling 'cp -ar'
    • ๐Ÿ›  Fix the behavior of ADD to be (mostly) reverse-compatible, predictable and well-documented.
    • ๐Ÿ›  Fix a bug which caused builds to fail if ADD was the first command
    • ๐Ÿ— Nicer output for 'docker build'
    โš™ Runtime
    • โœ‚ Remove bsdtar dependency
    • โž• Add unix socket and multiple -H support
    • Prevent rm of running containers
    • ๐Ÿ‘‰ Use go1.1 cookiejar
    • ๐Ÿ›  Fix issue detaching from running TTY container
    • ๐Ÿ›  Forbid parallel push/pull for a single image/repo. Fixes #311
    • ๐Ÿ›  Fix race condition within Run command when attaching.
    Client
    • HumanReadable ProgressBar sizes in pull
    • ๐Ÿ›  Fix docker version`s git commit output
    API
    • Send all tags on History API call
    • โž• Add tag lookup to history command. Fixes #882
    ๐Ÿ“š Documentation
    • ๐Ÿ›  Fix missing command in irc bouncer example
  • v0.4.2 Changes

    June 17, 2013
    • โ†ช Packaging: Bumped version to work around an Ubuntu bug
  • v0.4.1 Changes

    June 17, 2013
    Remote Api
    • โž• Add flag to enable cross domain requests
    • โž• Add images and containers sizes in docker ps and docker images
    โš™ Runtime
    • ๐Ÿณ Configure dns configuration host-wide with 'docker -d -dns'
    • ๐Ÿ”ง Detect faulty DNS configuration and replace it with a public default
    • ๐Ÿ‘ Allow docker run :
    • You can now specify public port (ex: -p 80:4500)
    • ๐Ÿ‘Œ Improve image removal to garbage-collect unreferenced parents
    Client
    • ๐Ÿ‘ Allow multiple params in inspect
    • ๐Ÿณ Print the container id before the hijack in docker run
    Registry
    • โž• Add regexp check on repo`s name
    • ๐Ÿšš Move auth to the client
    • โœ‚ Remove login check on pull
    Other
    • Vagrantfile: Add the rest api port to vagrantfile`s port_forward
    • โฌ†๏ธ Upgrade to Go 1.1
    • ๐Ÿ— Builder: dont ignore last line in Dockerfile when it doesnt end with \n
  • v0.4.0 Changes

    June 03, 2013
    ๐Ÿ— Builder
    • ๐Ÿ— Introducing Builder
    • ๐Ÿ— 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
    Remote API
    • Introducing Remote API
    • ๐Ÿณ control Docker programmatically using a simple HTTP/json API
    โš™ Runtime
    • Various reliability and usability improvements
  • v0.3.4 Changes

    May 30, 2013
    ๐Ÿ— Builder
    • ๐Ÿ— 'docker build' builds a container, layer by layer, from a source repository containing a Dockerfile
    • ๐Ÿ— 'docker build -t FOO' applies the tag FOO to the newly built container.
    โš™ Runtime
    • Interactive TTYs correctly handle window resize
    • ๐Ÿ›  Fix how configuration is merged between layers
    Remote API
    • ๐Ÿณ Split stdout and stderr on 'docker run'
    • Optionally listen on a different IP and port (use at your own risk)
    ๐Ÿ“š Documentation
    • ๐Ÿ‘Œ Improve install instructions.
  • v0.3.3 Changes

    May 23, 2013
    • Registry: Fix push regression
    • ๐Ÿ›  Various bugfixes
  • v0.3.2 Changes

    May 09, 2013
    Registry
    • ๐Ÿ‘Œ Improve the checksum process
    • ๐Ÿ‘‰ Use the size to have a good progress bar while pushing
    • ๐Ÿ‘‰ Use the actual archive if it exists in order to speed up the push
    • ๐Ÿ›  Fix error 400 on push
    โš™ Runtime
    • Store the actual archive on commit