-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Hi,
i try add container via command line:
docker run -d
--name=keepassxc
-e PUID=1000
-e PGID=1000
-e TZ=Etc/UTC
-p 3009:3000
-p 3010:3001
-v /path/to/config:/config
--shm-size="1gb"
--restart unless-stopped
lscr.io/linuxserver/keepassxc:latest
and i got this error:
docker: failed to register layer: failed to Lchown "/proot-apps/jq" for UID 1001, GID 102 (try increasing the number of subordinate IDs in /etc/subuid and /etc/subgid): lchown /proot-apps/jq: invalid argument
Expected Behavior
No response
Steps To Reproduce
- Proxmox -> LXC -> Docker
- docker run -d
--name=keepassxc
-e PUID=1000
-e PGID=1000
-e TZ=Etc/UTC
-p 3009:3000
-p 3010:3001
-v /path/to/config:/config
--shm-size="1gb"
--restart unless-stopped
lscr.io/linuxserver/keepassxc:latest
Environment
- LXC OS: Debian GNU/Linux 12 (bookworm)
- apt-get - Docker version 29.1.2, build 890dccaCPU architecture
x86-64
Docker creation
docker run -d \
--name=keepassxc \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 3009:3000 \
-p 3010:3001 \
-v /path/to/config:/config \
--shm-size="1gb" \
--restart unless-stopped \
lscr.io/linuxserver/keepassxc:latestContainer logs
no container, no logsReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Issues