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.
Search Criteria
Package Details: docker-rootless-extras 27.4.1-1
Package Actions
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: | 33 |
Popularity: | 0.90 |
First Submitted: | 2021-04-14 17:58 (UTC) |
Last Updated: | 2024-12-18 13:31 (UTC) |
Dependencies (4)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, rancher-desktopAUR, docker-cli-binAUR, docker-gitAUR, podman-docker)
- rootlesskit
- slirp4netns (slirp4netns-gitAUR)
- fuse-overlayfs (fuse-overlayfs-gitAUR) (optional) – overlayfs support
Required by (0)
Sources (4)
pepper_chico commented on 2020-08-09 02:27 (UTC)
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
Pinned Comments