Package Details: docker-desktop 4.49.0-2

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: 18
Popularity: 0.46
First Submitted: 2023-06-30 21:07 (UTC)
Last Updated: 2025-10-23 15:26 (UTC)

Required by (43)

Sources (1)

Pinned Comments

xeeynamo commented on 2025-09-04 09:00 (UTC)

As Docker Desktop transitions to a faster release cycle, the AUR package will receive more frequent updates:

Starting with Docker Desktop release 4.45.0 on 28 August we’re moving to releases every two weeks, with the goal of reaching weekly releases by the end of 2025.

More info here: https://www.docker.com/blog/docker-desktop-updates-every-two-weeks/

Latest Comments

1 2 3 4 5 6 .. 11 Next › Last »

xeeynamo commented on 2025-10-23 15:26 (UTC) (edited on 2025-10-23 15:26 (UTC) by xeeynamo)

@akiba you're right, I forgot we renamed docker-cloud into docker-offload as part of 4.49.0. I pushed a new update to fix that. Thanks for reporting!

akiba commented on 2025-10-23 15:14 (UTC) (edited on 2025-10-23 15:14 (UTC) by akiba)

An error occurs when I trying to update

==> Starting package()...
install: cannot stat '/home/user/docker-desktop/src/usr/lib/docker/cli-plugins/docker-cloud': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

pSYCHO commented on 2025-10-20 15:29 (UTC)

@xeeynamo Thanks for the information, will try this method.

xeeynamo commented on 2025-10-20 10:31 (UTC)

Hey @pSYCHO, GPU passthrough isn’t currently supported on Linux due to limitations in the underlying virtualization technology. While I can’t promise if this will change in the future, there’s a workaround you can try in the meantime.

You can use your native Docker daemon by switching to the default context:

docker context use default
sudo nvidia-ctk runtime configure --runtime=docker
sudo systemctl restart docker

Then, verify GPU access with:

docker --context default run --rm --gpus all nvidia/cuda:12.5.0-base-ubuntu22.04 nvidia-smi

pSYCHO commented on 2025-10-20 06:41 (UTC)

Can we enable GPU passthrough in this docker-desktop?

I tried creating /etc/docker/daemon.json

Then I installed nvidia/cuda in docker-desktop and it gives output:-

WARNING: The NVIDIA Driver was not detected. GPU functionality will not be available.

I have nvidia-container-toolkit installed

docker info | grep -i runtime

Runtimes: io.containerd.runc.v2 runc Default Runtime: runc

georgerabus commented on 2025-10-06 23:39 (UTC) (edited on 2025-10-06 23:46 (UTC) by georgerabus)

@leandrocunha for reference this is how the interface looks like from official docker 101 tutorial https://i.imgur.com/rr6YXwm.png (Using Docker Compose chapter) Notice the green icons.

edit: Nevermind that's an old version, I was too blind, sorry.

edit2: I mean I still have some doubts, for example here I notice an "empty column". https://i.imgur.com/m4Qi4sm.png maybe that's where those icons should be...

leandrocunha commented on 2025-10-06 21:39 (UTC)

@georgerabus, I'm not sure I understand, but I didn't find any rendering issues with the image and the interface is in line with what it is.

georgerabus commented on 2025-10-06 20:50 (UTC)

The container and group icons are not getting rendered on my interface, is that just me?

https://i.imgur.com/UudQTud.png

xeeynamo commented on 2025-09-04 09:00 (UTC)

As Docker Desktop transitions to a faster release cycle, the AUR package will receive more frequent updates:

Starting with Docker Desktop release 4.45.0 on 28 August we’re moving to releases every two weeks, with the goal of reaching weekly releases by the end of 2025.

More info here: https://www.docker.com/blog/docker-desktop-updates-every-two-weeks/

xeeynamo commented on 2025-08-28 19:44 (UTC)

Docker Desktop 4.45.0 has been released!

New
  • Docker Model Runner is now generally available.
  • In-product release highlights has a new look and feel.
Upgrades
  • Docker Compose v2.39.2
  • Docker Buildx v0.27.0
  • Kubernetes v1.32.6
  • Docker Scout CLI v1.18.3
  • Docker Engine v28.3.3
Bug fixes and enhancements
  • Fixed a bug that caused the com.docker.diagnose to crash when uploading a diagnostics bundle behind a proxy that requires authentication.