SHA256
1
0
forked from pool/docker

Accepting request 247056 from Virtualization

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/247056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2014-09-01 14:59:21 +00:00
committed by Git OBS Bridge
parent 79162f7c36
commit 32a23ee11a
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Aug 25 07:49:48 UTC 2014 - fcastelli@suse.com
- Upgraded to version 1.2.0:
* Runtime:
- Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime
- Auto-restart containers using policies
- Use /var/lib/docker/tmp for large temporary files
- `--cap-add` and `--cap-drop` to tweak what linux capability you want
- `--device` to use devices in containers
* Client:
- `docker search` on private registries
- Add `exited` filter to `docker ps --filter`
- `docker rm -f` now kills instead of stop
- Support for IPv6 addresses in `--dns` flag
* Proxy:
- Proxy instances in separate processes
- Small bug fix on UDP proxy
-------------------------------------------------------------------
Fri Aug 8 15:31:41 UTC 2014 - fcastelli@suse.com