Package Details: docker-desktop 4.42.0-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.49
First Submitted: 2023-06-30 21:07 (UTC)
Last Updated: 2025-06-04 14:34 (UTC)

Required by (38)

Sources (1)

Pinned Comments

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.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 Next › Last »

Phortran commented on 2024-03-02 22:16 (UTC)

Please update to 4.28.0!

ctag commented on 2024-01-15 13:57 (UTC)

If I make that symlink, a new error when managing extensions crops up:

Failed to uninstall extension: removing extension containers: executing '/usr/local/bin/docker --context desktop-linux compose -p ambassador_telepresence-docker-extension-desktop-extension down --remove-orphans --volumes' : exit status 125: unknown shorthand flag: 'p' in -p See 'docker --help'.

NickeyGod commented on 2023-10-19 10:02 (UTC)

@m.dango you can do ln -s /usr/bin/docker /usr/local/bin/docker i don't exactly know how to fix it in this build. feel free to hit me up on email with an modified PKGBUILD.

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.