File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.5.1 (2013-07-30)
4+ + API: Docker client now sets useragent (RFC 2616)
5+ + Runtime: Add ` ps ` args to ` docker top `
6+ + Runtime: Add support for container ID files (pidfile like)
7+ + Runtime: Add container=lxc in default env
8+ + Runtime: Support networkless containers with ` docker run -n ` and ` docker -d -b=none `
9+ + API: Add /events endpoint
10+ + Builder: ADD command now understands URLs
11+ + Builder: CmdAdd and CmdEnv now respect Dockerfile-set ENV variables
12+ * Hack: Simplify unit tests with helpers
13+ * Hack: Improve docker.upstart event
14+ * Hack: Add coverage testing into docker-ci
15+ * Runtime: Stdout/stderr logs are now stored in the same file as JSON
16+ * Runtime: Allocate a /16 IP range by default, with fallback to /24. Try 12 ranges instead of 3.
17+ * Runtime: Change .dockercfg format to json and support multiple auth remote
18+ - Runtime: Do not override volumes from config
19+ - Runtime: Fix issue with EXPOSE override
20+ - Builder: Create directories with 755 instead of 700 within ADD instruction
21+
322## 0.5.0 (2013-07-17)
423 + Runtime: List all processes running inside a container with 'docker top'
524 + Runtime: Host directories can be mounted as volumes with 'docker run -v'
You can’t perform that action at this time.
0 commit comments