Skip to content

[BUG] unable to create container #9

@Wielebny666

Description

@Wielebny666

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

  1. Proxmox -> LXC -> Docker
  2. 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 890dcca

CPU 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:latest

Container logs

no container, no logs

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions