Package Details: docker-rootless-extras 26.1.2-1

Git Clone URL: https://aur.archlinux.org/docker-rootless-extras.git (read-only, click to copy)
Package Base: docker-rootless-extras
Description: Extras to run docker as non-root.
Upstream URL: https://docs.docker.com/engine/security/rootless/
Keywords: containers docker isolation rootless
Licenses: Apache
Conflicts: docker-rootless, docker-rootless-extras, docker-rootless-extras-bin
Provides: docker-rootless, docker-rootless-extras, docker-rootless-extras-bin
Submitter: whynothugo
Maintainer: the-k
Last Packager: the-k
Votes: 30
Popularity: 1.61
First Submitted: 2021-04-14 17:58 (UTC)
Last Updated: 2024-05-09 12:54 (UTC)

Pinned Comments

Latest Comments

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

pepper_chico commented on 2020-08-09 02:27 (UTC)

Any possibility of getting overlay2 storage driver for ArchLinux, as there's for Ubuntu/Debian? The vfs driver is almost unusable, it takes an horrid amount of space to construct images, I can't use it at all.

vasya commented on 2020-07-20 07:37 (UTC) (edited on 2020-07-20 07:37 (UTC) by vasya)

Hi! Can you please rename the package to docker-rootless-bin ? Packages that don't build from source are asked to do so: https://wiki.archlinux.org/index.php/AUR_submission_guidelines

"Packages that use prebuilt deliverables, when the sources are available, must use the -bin suffix. An exception to this is with Java. The AUR should not contain the binary tarball created by makepkg, nor should it contain the filelist."

pastleo commented on 2020-01-12 05:14 (UTC)

thank you ef004 for finding this link: https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-$pkgver.tgz

I have updated this package and if there's any problem please let me know!

ef004 commented on 2020-01-11 23:24 (UTC) (edited on 2020-01-11 23:25 (UTC) by ef004)

The modified the PKGBUILD slightly to make it work

# Maintainer: PastLeo <chgu82837@gmail.com>
pkgname=docker-rootless
pkgver=19.03.5
pkgrel=1
pkgdesc="Run the Docker daemon as a non-root user (Rootless mode)"
arch=('x86_64')
url="https://docs.docker.com/engine/security/rootless/"
license=('Apache')
depends=('docker')
provides=('docker-rootless')
install=docker-rootless.install
source=(
    "https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-$pkgver.tgz"
    "docker.service"
)

md5sums=(
    "7251a34d0fc2d6faf6e0952566779fb5"
    "c5158588c36fc80cf85835258f8cd345"
)

sha256sums=(
    "85fb4012f8c95864b3c0da2308b99ed91c0b65f605ea6d8d2f7eb6f23812f47d"
    "eefe4eaa55184c396f929a2436a22af97130c6e7f8791a79582902dea7c4cd9b"
)

package() {
    mkdir -p "$pkgdir/usr/bin/"
    install -Dm755 "$srcdir/docker-rootless-extras/"* "$pkgdir/usr/bin/"
    install -Dm644 "$srcdir/docker.service" "$pkgdir/usr/lib/systemd/user/docker.service"
}

kmfrick commented on 2019-12-24 09:29 (UTC)

Please update the md5sum of the tgz file.

17ff08d600dcae2da96e52afba95d0cf docker-rootless-extras.tgz