I'm aware of version 29.5.0, but it currently doesn't work for me with Docker 29.4.3. I'll wait for Arch to release Docker 29.5.0 and then try again.
Search Criteria
Package Details: docker-rootless-extras 29.6.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-2.0 |
| 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: | 44 |
| Popularity: | 1.45 |
| First Submitted: | 2021-04-14 17:58 (UTC) |
| Last Updated: | 2026-06-27 07:59 (UTC) |
Dependencies (7)
- docker (rancher-desktop-gitAUR, podman-docker-gitAUR, rancher-desktop-binAUR, docker-gitAUR, docker-cli-binAUR, rancher-desktopAUR, podman-docker)
- rootlesskit
- sh (dashbinshAUR, zshbinshAUR, bash-gitAUR, bash-devel-gitAUR, bash)
- fuse-overlayfs (fuse-overlayfs-gitAUR) (optional) – overlayfs support
- lxc (lxc-selinuxAUR, lxc-gitAUR) (optional) – experimental `lxc-user-nic` network driver
- passt (passt-gitAUR) (optional) – experimental `pasta` network driver
- slirp4netns (slirp4netns-gitAUR) (optional) – recommended network driver
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
the-k commented on 2026-05-15 13:07 (UTC)
viggy96 commented on 2026-02-06 03:16 (UTC) (edited on 2026-02-06 03:17 (UTC) by viggy96)
I get the following error trying to install.
==> ERROR: install file (docker-rootless-extras.install) does not exist or is not a regular file.
ThePirate42 commented on 2025-06-08 01:01 (UTC)
Instead of telling to use DOCKER_HOST to give the client the location of the socket, wouldn't it be better to suggest using docker contexts? They are less invasive, and especially work better in contexts where ~/.bashrc or equivalent files aren't sourced (example, docker commands started by the vscode extension).
the-k commented on 2025-02-21 10:45 (UTC)
@Rodancoci, could you please provide more information? Why is it necessary?
Rodancoci commented on 2025-02-21 00:43 (UTC)
Missing debugedit as a make dependency.
snale commented on 2023-03-07 22:52 (UTC)
Hey, I had to modify the $MAINPID patch to silence some warnings in the systemd user daemon:
commit b401915a78b80e8be093f536dda3f4aeb41ffaf6 (HEAD -> master)
Author: Sebastián Claudio Nale <sebinale@gmail.com>
Date: Tue Mar 7 19:43:18 2023 -0300
Fix `$MAINPID` patch.
diff --git a/PKGBUILD b/PKGBUILD
index 9d52d62..ce332e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,7 +39,7 @@ package() {
head -n-1 | \
sed 's/^[[:space:]]*//' | \
sed 's|$BIN|/usr/bin|' | \
- sed 's|\$MAINPID|$MAINPID|' | \
+ sed 's|\\$MAINPID|$MAINPID|' | \
sed 's| $DOCKERD_ROOTLESS_SH_FLAGS||' \
> "$pkgdir/usr/lib/systemd/user/docker.service"
whynothugo commented on 2022-11-23 19:46 (UTC)
Updated, thanks.
leuko commented on 2022-11-23 16:27 (UTC)
I can confirm @cafce25. I get:
$ docker ps -a
Cannot connect to the Docker daemon at unix:///run/user/1000/docker.sock. Is the docker daemon running?
without slirp4netns. Why is slirp4netns optional?
cafce25 commented on 2022-10-11 21:11 (UTC)
I tried to install this today, but as it is it fails to start cause it can't find either vpnkit or slirp4netns. I think vpnkit was at one point provided with this package but is no longer? For now installing slirp4netns package works for me.
whynothugo commented on 2022-05-11 10:03 (UTC)
The only binary file in this package is vpnkit. I'm considering splitting that out into an optional dependency, and then merging this into docker-rootless-extras.
The distinction between this and the non-bin package is pointless, this this package is mostly shell files that don't require any building.
Pinned Comments