Moby v1.1.0 Release Notes

Release Date: 2014-07-03 // over 9 years ago
  • Notable features since 1.0.1

    • โž• Add .dockerignore support
    • ๐Ÿณ Pause containers during docker commit
    • โž• Add --tail to docker logs

    ๐Ÿ— Builder

    • ๐Ÿ‘ Allow a tar file as context for docker build
    • ๐Ÿ›  Fix issue with white-spaces and multi-lines in Dockerfiles

    โš™ Runtime

    • ๐ŸŽ Overall performance improvements
    • ๐Ÿ‘ Allow / as source of docker run -v
    • ๐Ÿ›  Fix port allocation
    • ๐Ÿ›  Fix bug in docker save
    • โž• Add links information to docker inspect

    Client

    • ๐Ÿ‘Œ Improve command line parsing for docker commit

    Remote API

    • ๐Ÿ‘Œ Improve status code for the start and stop endpoints