Moby v0.9.1 Release Notes

Release Date: 2014-03-24 // about 10 years ago
  • ๐Ÿ— Builder

    • ๐Ÿ›  Fix printing multiple messages on a single line. Fixes broken output during builds.

    ๐Ÿ“š Documentation

    • ๐Ÿ›  Fix external link on security of containers.

    Contrib

    • ๐Ÿ›  Fix init script cgroup mounting workarounds to be more similar to cgroupfs-mount and thus work properly.
    • โž• Add variable for DOCKER_LOGFILE to sysvinit and use append instead of overwrite in opening the logfile.

    Hack

    • ๐Ÿš€ Generate md5 and sha256 hashes when building, and upload them via hack/release.sh.

    Remote API

    • ๐Ÿ›  Fix content-type detection in docker cp.

    โš™ Runtime

    • ๐Ÿ›  Use BSD raw mode on Darwin. Fixes nano, tmux and others.
    • Only unshare the mount namespace for execin.
    • ๐Ÿ“‡ Retry to retrieve the layer metadata up to 5 times for docker pull.
    • ๐Ÿ”€ Merge existing config when committing.
    • ๐Ÿ›  Fix panic in monitor.
    • โฑ Disable daemon startup timeout.
    • ๐Ÿ›  Fix issue #4681: add loopback interface when networking is disabled.
    • โž• Add failing test case for issue #4681.
    • Send SIGTERM to child, instead of SIGKILL.
    • ๐Ÿณ Show the driver and the kernel version in docker info even when not in debug mode.
    • ๐Ÿ›  Always symlink /dev/ptmx for libcontainer. This fixes console related problems.
    • ๐Ÿ›  Fix issue caused by the absence of /etc/apparmor.d.
    • Don't leave empty cidFile behind when failing to create the container.
    • ๐Ÿ‘Œ Improve deprecation message.
    • ๐Ÿ›  Fix attach exit on darwin.
    • ๐Ÿ”’ devicemapper: improve handling of devicemapper devices (add per device lock, increase sleep time, unlock while sleeping).
    • devicemapper: succeed immediately when removing non-existent devices.
    • โฑ devicemapper: increase timeout in waitClose to 10 seconds.
    • โœ‚ Remove goroutine leak on error.
    • โšก๏ธ Update parseLxcInfo to comply with new lxc1.0 format.