Docker just released version 18.09 for both CE and EE with lots of new interesting features and bugfixes. Since this edition it’s containered which runs dockerd as container and not the opposite. API version updated to 1.39

Also client now supports SSH to connect to remote docker engines 

docker -H ssh://me@server

You can now use BuildKit engine, a new engine for building and packaging software using containers. It’s a new codebase meant to replace the internals of the current build features in the Moby Engine.

Features specific to Docker engine EE release include :

  • FIPS Compliance added for Windows Server 2016 and later
  • Docker Content Trust Enforcement for the Enterprise Engine. This allows the Docker Engine – Enterprise to run containers not signed by a specific organization.

Notice that since this release support removed for TLS < 1.2, Ubuntu 14.04 “Trusty Tahr”, and Debian 8 “Jessie”.

More changes at https://docs.docker.com/engine/release-notes/

LEAVE A REPLY

Please enter your comment!
Please enter your name here