Package Details: docker-desktop 4.29.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-desktop,docker
Licenses: custom: Docker Agreement
Submitter: gustavosbarreto
Maintainer: gustavosbarreto (NickeyGod, Edu4rdSHL)
Last Packager: Edu4rdSHL
Votes: 9
Popularity: 1.32
First Submitted: 2023-06-30 21:07 (UTC)
Last Updated: 2024-05-02 04:30 (UTC)

Latest Comments

« First ‹ Previous 1 2

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)