All Versions
124
Latest Version
Avg Release Cycle
65 days
Latest Release
1373 days ago
Changelog History
Page 11
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, 2013Remote 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: don
t ignore last line in Dockerfile when it doesn
t 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, 2013Registry
- ๐ 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