Docker v1.13.0 Official version released

  • 2020-06-03 08:50:37
  • OfStack

Docker v1.13.0 the official version of Docker v1.13.0 is released.

Important: In Docker 1.13, the management plug-in api has changed from the experimental version introduced in Docker 1.12. Before upgrading to Docker 1.13, plug-ins installed using Docker 1.12 must be uninstalled. The plug-in can be uninstalled using the docker plugin rm command.

If you have upgraded to Docker 1.13 without uninstalling the previously installed plug-in, 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 plug-ins and resolve this issue, follow these steps:

From/var/lib/docker plugins/remove plugins. json

Restart Docker to verify that the Docker daemon started with an error.

Reinstall plug-ins

For more updates and downloads, see here

Local address: Click here


Related articles: