Moby v0.12.0 Release Notes

Release Date: 2014-06-05 // almost 10 years ago
  • Notable features since 0.11.0

    • ๐ŸŽ 40+ various improvements to stability, performance and usability
    • ๐Ÿ†• New COPY Dockerfile instruction to allow copying a local file from the context into the container without ever extracting if the file is a tar file
    • Inherit file permissions from the host on ADD
    • ๐Ÿ†• New pause and unpause commands to allow pausing and unpausing of containers using cgroup freezer
    • The images command has a -f/--filter option to filter the list of images
    • โž• Add --force-rm to clean up after a failed build
    • Standardize JSON keys in Remote API to CamelCase
    • ๐Ÿณ Pull from a docker run now assumes latest tag if not specified
    • โœจ Enhance security on Linux capabilities and device nodes