All Versions
124
Latest Version
Avg Release Cycle
65 days
Latest Release
1028 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v0.6.3 Changes
September 23, 2013Packaging
- โ Add 'docker' group on install for ubuntu package
- โก๏ธ Update tar vendor dependency
- Download apt key over HTTPS
โ Runtime
- Only copy and change permissions on non-bindmount volumes
- ๐ Allow multiple volumes-from
- ๐ Fix HTTP imports from STDIN
๐ Documentation
- โก๏ธ Update section on extracting the docker binary after build
- โก๏ธ Update development environment docs for new build process
- โ Remove 'base' image from documentation
Other
- Client: Fix detach issue
- โก๏ธ Registry: Update regular expression to match index
-
v0.6.2 Changes
September 17, 2013โ Runtime
- โ Add domainname support
- Implement image filtering with path.Match
- โ Remove unnecessary warnings
- โ Remove os/user dependency
- Only mount the hostname file when the config exists
- ๐ฆ Handle signals within the
docker login
command - UID and GID are now also applied to volumes
- ๐ณ
docker start
set error code upon error - ๐ณ
docker run
set the same error code as the process started
๐ Builder
- โ Add -rm option in order to remove intermediate containers
- ๐ Allow multiline for the RUN instruction
Registry
- Implement login with private registry
- ๐ Fix push issues
Other
- Hack: Vendor all dependencies
- Remote API: Bump to v1.5
- โ Packaging: Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc.
- ๐ Documentation: General improvements
-
v0.6.1 Changes
August 23, 2013Registry
- Pass "meta" headers in API calls to the registry
Packaging
- ๐ Use correct upstart script with new build tool
- ๐ Use libffi-dev, don`t build it from sources
- โ Remove duplicate mercurial install command
-
v0.6.0 Changes
August 22, 2013โ Runtime
- โ Add lxc-conf flag to allow custom lxc options
- โ Add an option to set the working directory
- โ Add Image name to LogEvent tests
- โ Add -privileged flag and relevant tests, docs, and examples
- โ Add websocket support to /container//attach/ws
- โ Add warning when net.ipv4.ip_forwarding = 0
- โ Add hostname to environment
- โ Add last stable version in
docker version
- ๐ Fix race conditions in parallel pull
- ๐ Fix Graph ByParent() to generate list of child images per parent image.
- ๐ Fix typo: fmt.Sprint -> fmt.Sprintf
- ๐ Fix small \n error un docker build
- ๐ Fix to "Inject dockerinit at /.dockerinit"
- ๐ Fix #910. print user name to docker info output
- ๐ณ Use Go 1.1.2 for dockerbuilder
- ๐ Use ranged for loop on channels
- ๐ Use utils.ParseRepositoryTag instead of strings.Split(name, ":") in server.ImageDelete
- ๐ Improve CMD, ENTRYPOINT, and attach docs.
- ๐ Improve connect message with socket error
- โ Load authConfig only when needed and fix useless WARNING
- ๐ Show tag used when image is missing
- Apply volumes-from before creating volumes
- ๐ณ Make docker run handle SIGINT/SIGTERM
- ๐ณ Prevent crash when .dockercfg not readable
- Install script should be fetched over https, not http.
- API, issue 1471: Use groups for socket permissions
- Correctly detect IPv4 forwarding
- Mount /dev/shm as a tmpfs
- ๐ณ Switch from http to https for get.docker.io
- Let userland proxy handle container-bound traffic
- โก๏ธ Update the Docker CLI to specify a value for the "Host" header.
- ๐ Change network range to avoid conflict with EC2 DNS
- โฌ๏ธ Reduce connect and read timeout when pinging the registry
- Parallel pull
- ๐ Handle ip route showing mask-less IP addresses
- ๐ Allow ENTRYPOINT without CMD
- ๐ Always consider localhost as a domain name when parsing the FQN repos name
- ๐จ Refactor checksum
๐ Documentation
- โ Add MongoDB image example
- โ Add instructions for creating and using the docker group
- โ Add sudo to examples and installation to documentation
- โ Add ufw doc
- โ Add a reference to ps -a
- โ Add information about Docker`s high level tools over LXC.
- ๐ Fix typo in docs for docker run -dns
- ๐ Fix a typo in the ubuntu installation guide
- ๐ Fix to docs regarding adding docker groups
- โก๏ธ Update default -H docs
- โก๏ธ Update readme with dependencies for building
- โก๏ธ Update amazon.rst to explain that Vagrant is not necessary for running Docker on ec2
- ๐ PostgreSQL service example in documentation
- ๐ง Suggest installing linux-headers by default.
- ๐ Change the twitter handle
- Clarify Amazon EC2 installation
- ๐ 'Base' image is deprecated and should no longer be referenced in the docs.
- ๐ Move note about officially supported kernel
- Solved the logo being squished in Safari
๐ Builder
- โ Add USER instruction do Dockerfile
- โ Add workdir support for the Buildfile
- โ Add no cache for docker build
- ๐ Fix docker build and docker events output
- ๐ Only count known instructions as build steps
- ๐ Make sure ENV instruction within build perform a commit each time
- ๐ Forbid certain paths within docker build ADD
- ๐ Repository name (and optionally a tag) in build usage
- ๐ Make sure ADD will create everything in 0755
Remote API
- Sort Images by most recent creation date.
- Reworking opaque requests in registry module
- โ Add image name in /events
- ๐ Use mime pkg to parse Content-Type
- 650 http utils and user agent field
Hack
- Bash Completion: Limit commands to containers of a relevant state
- โ Add docker dependencies coverage testing into docker-ci
Packaging
- ๐ณ Docker-brew 0.5.2 support and memory footprint reduction
- โ Add new docker dependencies into docker-ci
- ๐ณ Revert "docker.upstart: avoid spawning a
sh
process" - ๐ณ Docker-brew and Docker standard library
- ๐ Release docker with docker
- ๐ Fix the upstart script generated by get.docker.io
- ๐ Enabled the docs to generate manpages.
- โช Revert Bind daemon to 0.0.0.0 in Vagrant.
Register
- ๐ Improve auth push
- โ Registry unit tests + mock registry
โ Tests
- ๐ Improve TestKillDifferentUser to prevent timeout on buildbot
- ๐ Fix typo in TestBindMounts (runContainer called without image)
- ๐ Improve TestGetContainersTop so it does not rely on sleep
- โ Relax the lo interface test to allow iface index != 1
- โ Add registry functional test to docker-ci
- โ Add some tests in server and utils
Other
- Contrib: bash completion script
- ๐ณ Client: Add docker cp command and copy api endpoint to copy container files/folders to the host
- Don`t read from stdout when only attached to stdin
-
v0.5.3 Changes
August 13, 2013โ Runtime
- ๐ณ Use docker group for socket permissions
- Spawn shell within upstart script
- ๐ Handle ip route showing mask-less IP addresses
- โ Add hostname to environment
๐ Builder
- ๐ Make sure ENV instruction within build perform a commit each time
-
v0.5.2 Changes
August 08, 2013- ๐ Builder: Forbid certain paths within docker build ADD
- โ Runtime: Change network range to avoid conflict with EC2 DNS
- 0๏ธโฃ API: Change daemon to listen on unix socket by default
-
v0.5.1 Changes
July 30, 2013โ Runtime
- โ Add
ps
args todocker top
- โ Add support for container ID files (pidfile like)
- โ Add container=lxc in default env
- ๐ Support networkless containers with
docker run -n
anddocker -d -b=none
- ๐ Stdout/stderr logs are now stored in the same file as JSON
- 0๏ธโฃ Allocate a /16 IP range by default, with fallback to /24. Try 12 ranges instead of 3.
- ๐ Change .dockercfg format to json and support multiple auth remote
- Do not override volumes from config
- ๐ Fix issue with EXPOSE override
API
- ๐ณ Docker client now sets useragent (RFC 2616)
- โ Add /events endpoint
๐ Builder
- โ ADD command now understands URLs
- ๐ณ CmdAdd and CmdEnv now respect Dockerfile-set ENV variables
- Create directories with 755 instead of 700 within ADD instruction
Hack
- โ Simplify unit tests with helpers
- ๐ Improve docker.upstart event
- โ Add coverage testing into docker-ci
- โ Add
-
v0.5.0 Changes
July 17, 2013โ Runtime
- ๐ณ List all processes running inside a container with 'docker top'
- ๐ณ Host directories can be mounted as volumes with 'docker run -v'
- Containers can expose public UDP ports (eg, '-p 123/udp')
- Optionally specify an exact public port (eg. '-p 80:4500')
- ๐ณ 'docker login' supports additional options
- Don't save a container`s hostname when committing an image.
Registry
- ๐ New image naming scheme inspired by Go packaging convention allows arbitrary combinations of registries
- ๐ Fix issues when uploading images to a private registry
๐ Builder
- 0๏ธโฃ ENTRYPOINT instruction sets a default binary entry point to a container
- VOLUME instruction marks a part of the container as persistent data
- ๐ 'docker build' displays the full output of a build by default
-
v0.4.8 Changes
July 01, 2013- ๐ Builder: New build operation ENTRYPOINT adds an executable entry point to the container. - Runtime: Fix a bug which caused 'docker run -d' to no longer print the container ID.
- โ Tests: Fix issues in the test suite
-
v0.4.7 Changes
June 28, 2013Remote API
- โก๏ธ The progress bar updates faster when downloading and uploading large files
- ๐ Fix a bug in the optional unix socket transport
โ Runtime
- ๐ Improve detection of kernel version
- ๐ณ Host directories can be mounted as volumes with 'docker run -b'
- ๐ fix an issue when only attaching to stdin
- ๐ Use 'tar --numeric-owner' to avoid uid mismatch across multiple hosts
Hack
- ๐ Improve test suite and dev environment
- โ Remove dependency on unit tests on 'os/user'
Other
- Registry: easier push/pull to a custom registry
- ๐ Documentation: add terminology section