All Versions
124
Latest Version
Avg Release Cycle
65 days
Latest Release
1559 days ago
Changelog History
Page 12
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'