Package Details: docker-desktop 4.41.2-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: 16
Popularity: 0.68
First Submitted: 2023-06-30 21:07 (UTC)
Last Updated: 2025-05-06 19:43 (UTC)

Required by (38)

Sources (1)

Pinned Comments

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.

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

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8

m.dango commented on 2023-10-05 11:56 (UTC)

I seem to have a problem using extensions with this package. When (un)installing/updating an extension it expects /usr/local/bin/docker which is missing. This file is present and works fine when installing directly from source.

gustavosbarreto commented on 2023-07-18 20:47 (UTC)

@antdking ✓

antdking commented on 2023-07-18 15:13 (UTC)

Can you add /usr/bin/docker-credential-desktop please

gustavosbarreto commented on 2023-07-08 01:21 (UTC)

md5sum updated!

rokam commented on 2023-07-06 18:00 (UTC)

checksum failing

ypli commented on 2023-07-06 08:52 (UTC)

please update md5sum

gustavosbarreto commented on 2023-07-05 17:45 (UTC) (edited on 2023-07-05 17:46 (UTC) by gustavosbarreto)

@antdking Updated! If you want docker buildx command you can install docker-buildx package.

I'm not sure if it's a good idea to install all the bundled cli-plugins. Maybe it's best to let the user install the native plugins packaged by Arch.

antdking commented on 2023-07-05 15:34 (UTC)

Can you install all the bundled cli-plugins please.

the lack of docker-buildx is the main problem, as docker build is deprecated.

4.21.1 is also out

gustavosbarreto commented on 2023-07-01 00:53 (UTC)

Updated Thanks @FabioLolix

FabioLolix commented on 2023-06-30 22:31 (UTC)

Hello, for the license you can do in a similar way to Vivaldi

license=('custom: Docker Agreement') add makedepends=(w3m)

install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
    w3m -dump https://www.docker.com/legal/docker-subscription-service-agreement/ \
        > "$pkgdir/usr/share/licenses/$pkgname/docker-agreement.txt"
}

That's the link they are using in their package (the license file for custom licenses need to be present; a link is not enough)