Documentación offline Docker main
por @raupulus

Docker Engine 18.01 release notes

main Documentación oficial Licencia Apache-2.0Descargado el 2026-09-15 Bundle .md (6.1 MB) ↓

En esta página

18.01.0-ce#

2018-01-10

Builder#

  • Fix files not being deleted if user-namespaces are enabled moby/moby#35822
  • Add support for expanding environment-variables in docker commit --change ... moby/moby#35582

Client#

Documentation#

Experimental#

Logging#

  • Fix daemon crash when using the GELF log driver over TCP when the GELF server goes down moby/moby#35765
  • Fix awslogs batch size calculation for large logs moby/moby#35726

Networking#

Runtime#

Swarm mode#

  • Fix published ports not being updated if a service has the same number of host-mode published ports with Published Port 0 docker/swarmkit#2376
  • Make the task termination order deterministic docker/swarmkit#2265