Moby v1.2.0 Release Notes

Release Date: 2014-08-20 // over 9 years ago
  • โš™ 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