Moby v1.13.1 Release Notes

Release Date: 2017-02-08 // about 7 years ago
  • IMPORTANT: On Linux distributions where devicemapper was the default storage driver, 0๏ธโƒฃ the overlay2, or overlay is now used by default (if the kernel supports it). ๐Ÿ”ง To use devicemapper, you can manually configure the storage driver to use through the --storage-driver daemon option, or by setting "storage-driver" in the daemon.json ๐Ÿ”ง configuration file.

    IMPORTANT: In Docker 1.13, the managed plugin api changed, as compared to the experimental version introduced in Docker 1.12. You must uninstall plugins which you installed with Docker 1.12 before upgrading to Docker 1.13. You can uninstall plugins using the docker plugin rm command.

    โฌ†๏ธ If you have already upgraded to Docker 1.13 without uninstalling ๐Ÿ‘€ previously-installed plugins, you may see this message when the Docker daemon starts:

    Error starting daemon: json: cannot unmarshal string into Go value of type types.PluginEnv
    

    ๐Ÿšš To manually remove all plugins and resolve this problem, take the following steps:

    ๐Ÿณ 1. Remove plugins.json from: /var/lib/docker/plugins/. ๐Ÿณ 2. Restart Docker. Verify that the Docker daemon starts with no errors. ๐Ÿ”Œ 3. Reinstall your plugins.

    Contrib

    • ๐Ÿ— Do not require a custom build of tini #28454
    • โฌ†๏ธ Upgrade to Go 1.7.5 #30489