All Versions
124
Latest Version
Avg Release Cycle
65 days
Latest Release
1084 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