Package Details: docker-desktop 4.43.1-1

Git Clone URL: https://aur.archlinux.org/docker-desktop.git (read-only, click to copy)
Package Base: docker-desktop
Description: Docker Desktop is an easy-to-install application that enables you to locally build and share containerized applications and microservices.
Upstream URL: https://www.docker.com/products/docker-desktop/
Keywords: docker
Licenses: custom: Docker Agreement
Conflicts: docker-buildx, docker-compose
Provides: docker-buildx, docker-compose
Submitter: gustavosbarreto
Maintainer: leandrocunha (xeeynamo)
Last Packager: xeeynamo
Votes: 17
Popularity: 1.18
First Submitted: 2023-06-30 21:07 (UTC)
Last Updated: 2025-07-04 15:27 (UTC)

Required by (38)

Sources (1)

Pinned Comments

xeeynamo commented on 2025-07-04 15:29 (UTC)

Bumping to 4.43.1 with the following fixes:

  • Fixed an issue that caused Docker Desktop UI to break when Ask Gordon responses contained HTML tags.
  • Fixed an issue that prevented extensions from communicating with their backends.

xeeynamo commented on 2025-07-03 14:16 (UTC) (edited on 2025-07-07 14:18 (UTC) by xeeynamo)

Bump to 4.43.0

New:

  • Compose Bridge is now generally available.

Upgrades:

  • Upgrades
  • Docker Buildx v0.25.0
  • Docker Compose v2.38.1
  • Docker Engine v28.3.0
  • NVIDIA Container Toolkit v1.17.8

Bug fixes and enhancements:

  • Fixed a bug causing docker start to drop the container's port mappings for a container already running.
  • Fixed a bug that prevented container ports to be displayed on the GUI when a container was re-started.
  • Fixed a bug that caused Docker API 500 Internal Server Error for API route and version error application start.
  • The settings Apply & restart button is now labeled Apply. The VM is no longer restarted when applying changed settings.
  • Fixed a bug where the disk would be corrupted if Docker is shutdown during a fsck.
  • Fixed a bug causing an incorrect ~/.kube/config in WSL2 when using a kind Kubernetes cluster.
  • Return an explicit error to a Docker API / docker CLI command if Docker Desktop has been manually paused.
  • Fixed an issue where unknown keys in Admin and Cloud settings caused a failure.

Bug fixes and enhancements for AUR package:

  • Installation no longer fails if systemd is not present.
  • Docker Desktop will only restart upon upgrades if the user has explicitly enabled the service.
  • Enabled usage of privileged ports.
  • Added kubernetes.docker.internal to the hosts list.

EDIT: Removed note about bumping virtiofsd

leandrocunha commented on 2025-07-01 19:27 (UTC)

rmunn, Dear all, the docker-desktop package provided here is the same one available upstream and we still have xeeynamo, an employee of the Docker company who makes the software available, provides updates and solves the problems found. It is also up to whoever provides new updates to update the .install if necessary (xeeynamo, check this for us, please). ;)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »

erdnuesse commented on 2025-06-05 10:59 (UTC)

I love that this exists as cleanly and simple to use as it does, however, I don't use it every day, and each time it updates, it auto-starts, which is so. frustratingly. annoying. It never does when I sign in, which is what I expect, but after updates (via yay) it does.

xeeynamo commented on 2025-06-04 14:37 (UTC)

Docker Desktop 4.42.0 just got released!

New
  • Expanded network compatibility with IPv6 support.
  • The Docker MCP Toolkit is now natively integrated into Docker Desktop.
  • Added a Logs tab to the Models view so you can see the inference engine output in real time.
  • Gordon now integrates the MCP Toolkit, providing access to 100+ MCP servers.
Upgrades
  • Docker Buildx v0.24.0
  • Docker Engine v28.2.2
  • Compose Bridge v0.0.20
  • Docker Compose v2.36.2
  • NVIDIA Container Toolkit v1.17.7
  • Docker Scout CLI v1.18.0
Bug fixes and enhancements for all platforms
  • Docker Desktop now accepts certificates with a negative serial number.
  • Re-enable seccomp for containers by default. Use docker run --security-opt seccomp=unconfined to disable seccomp for a container.
  • Fixed a bug that caused Docker Desktop to hang when it ran out of memory.
  • Block io_uring syscalls in containers.
  • Added support for pulling models from Docker Hub directly, simplifying the process of accessing and using models.
  • Docker Desktop now sets the disk usage limit to the size of the physical disk on fresh install and reset to defaults on Mac and Linux.
  • The maximum disk size in the settings UI now aligns with the full capacity of the host file system.
  • The Models view now has a Docker Hub tab that lists models under the ai namespace.
  • Improved the sign-in enforcement message when more than 10 organizations are enforced.
  • Changed the way ports are mapped by Docker Desktop to fully support IPv6 ports.
  • Fixed a bug in the Dashboard container logs screen causing the scrollbar to disappear as the mouse approaches.
  • Enforced sign-in fixed for Teams subscription users.
  • llama.cpp server now supports streaming and tool calling in Model Runner.
  • Sign-in Enforcement capability is now available to all subscriptions.

leandrocunha commented on 2025-05-16 21:22 (UTC)

OzzyHelix The command is now docker compose without hyphen and is available in this package. Example: docker compose -f compose.yml up

OzzyHelix commented on 2025-05-16 20:29 (UTC)

I am having an issue running docker-compose without uninstalling this package. could you fix it so it doesn't conflict with docker-compose? or maybe include the command in the package?

xeeynamo commented on 2025-05-06 19:45 (UTC)

Bumping Docker Desktop to 4.41.2-1 with another hotfix:

  • Fixed an issue where the Models menu was displayed in the GUI even when Docker Model Runner was not supported or not enabled.

xeeynamo commented on 2025-04-30 14:52 (UTC)

I am bumping the package to 4.41.1-1, which contains the following hotfix:

  • Fixed an issue where Docker Desktop failed to start when a proxy configuration was specified in the admin-settings.json file.

akiba commented on 2025-04-29 23:59 (UTC)

"I didn't know that could happen. Sorry for the inconvenience, and thank you for the tip on how to fix it."

leandrocunha commented on 2025-04-29 22:10 (UTC)

akiba, It may occur if you downloaded -1 which are different files and -2 is another revision being a different tarball from the previous one. Clear your aur helper cache or delete the file and try downloading again using makepkg or your aur helper. The signatures on the tarball are correct and have been changed correctly.

akiba commented on 2025-04-29 21:35 (UTC)

An error appears when I try to update:


==> Retrieving sources...
  -> Found docker-desktop-4.41.0-x86_64.tar.zst
==> Validating source files with sha256sums...
    docker-desktop-4.41.0-x86_64.tar.zst ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'docker-desktop-4.41.0-2':
error: packages failed to build: docker-desktop-4.41.0-2

leandrocunha commented on 2025-04-28 23:15 (UTC) (edited on 2025-04-29 19:13 (UTC) by leandrocunha)

Bump to 4.41.0

NEW

Docker Compose and Testcontainers Java and Go now support Docker Model Runner.

Upgrades

Docker Engine v28.1.1
Docker Compose v2.35.1
Docker Buildx v0.23.0
Docker Scout CLI v1.17.1
Compose Bridge v0.0.19

Security

Fixed CVE-2025-3224 allowing an attacker with access to a user machine to perform an elevation of privilege when Docker Desktop updates.

Bug fixes and enhancements

For all platforms

  • Fixed a bug in DockerVMM that caused an excessive number of open file handles on the host.
  • Fixed an issue where Docker Desktop failed to start if the admin-settings.json file didn't contain the optional configurationFileVersion configuration.
  • Fixed a bug that was causing outgoing UDP connections to be eagerly closed.
  • Enhanced log reading experience with advanced search capabilities and container-level filtering, enabling quicker debugging and troubleshooting.
  • Improved error messages when downloading Registry Access Management configuration.
  • If Docker can't bind an ICMPv4 socket, it now logs an error and continues rather than quits.
  • Enabled the memory protection keys mechanism in the Docker Desktop Linux VM, allowing containers like Oracle database images to run correctly.
  • Fixed a problem with containers accessing /proc/sys/kernel/shm* sysctls when Enhanced Container - --- Isolation is enabled on Mac, Windows Hyper-V, or Linux.
  • Added kernel module nft_fib_inet, required for running firewalld in a Linux container.
  • MacOS QEMU Virtualization option is being deprecated on July 14, 2025.

See Docker Desktop Release Notes