皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Docker Desktop 4.9.0 发布

Docker Desktop 4.9.0 发布

Download Docker Desktop

Windows Mac with Intel chip Mac with Apple chip DEB RPM Arch (experimental)

New

  • Added additional guides on the homepage for: Elasticsearch, MariaDB, Memcached, MySQL, RabbitMQ and Ubuntu.
  • Added a footer to the Docker Dashboard with general information about the Docker Desktop update status and Docker Engine statistics
  • Re-designed the containers table, adding:
    • A button to copy a container ID to the clipboard
    • A pause button for each container
    • Column resizing for the containers table
    • Persistence of sorting and resizing for the containers table
    • Bulk deletion for the containers table

Upgrades

Bug fixes and minor changes

For all platforms

  • Fixed an issue which caused Docker Desktop to hang if you quit the app whilst Docker Desktop was paused.
  • Fixed the Kubernetes cluster not resetting properly after the PKI expires.
  • Fixed an issue where the Extensions Marketplace was not using the defined http proxies.
  • Improved the logs search functionality in Docker Dashboard to allow spaces.
  • Middle-button mouse clicks on buttons in the Dashboard now behave as a left-button click instead of opening a blank window.

For Mac

  • Fixed an issue to avoid creating /opt/containerd/bin and /opt/containerd/lib on the host if /opt has been added to the file sharing directories list.

For Windows

  • Fixed a bug in the WSL 2 integration where if a file or directory is bind-mounted to a container, and the container exits, then the file or directory is replaced with the other type of object with the same name. For example, if a file is replaced with a directory or a directory with a file, any attempts to bind-mount the new object fails.
  • Fixed a bug where the Tray icon and Dashboard UI didn’t show up and Docker Desktop didn’t fully start. Fixes docker/for-win#12622.

Known issues

For Linux

  • Changing ownership rights for files in bind mounts fails. This is due to the way we have implemented file sharing between the host and VM within which the Docker Engine runs. We aim to resolve this issue in the next release.

转自 Docker Desktop release notes | Docker Documentation