-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Cant seem to get KASM up and running, getting this issue:
DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument
Expected Behavior
No response
Steps To Reproduce
Add the Docker Compose in Portainer, deploy container
Environment
- OS: QNAP TS-464
- How docker service was installed: On QNAP, using Portainer for Docker Compose
CPU architecture
x86-64
Docker creation
version: '3.5'
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
security_opt:
- apparmor:rootlesskit #optional
environment:
- TZ=Europe/Amsterdam
- KASM_PORT=443
- DOCKER_HUB_USERNAME=USER #optional
- DOCKER_HUB_PASSWORD=PASS #optional
- DOCKER_MTU=1500 #optional
volumes:
- /share/CACHEDEV1_DATA/Docker/kasm/data:/opt
- /share/CACHEDEV1_DATA/Docker/kasm/profiles:/profiles #optional
- /dev/input:/dev/input #optional
- /run/udev/data:/run/udev/data #optional
ports:
- 3000:3000
- 1443:443
restart: unless-stopped
Container logs
`migrations] started
[migrations] no migrations found
usermod: no changes
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 911
User GID: 911
───────────────────────────────────────
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
Get "https://registry-1.docker.io/v2/": unauthorized: incorrect username or password
[custom-init] No custom files found, skipping...
[ls.io-init] done.
/usr/local/bin/dockerd-entrypoint.sh: 150: modprobe: not found
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument
(exit status 4)
/usr/local/bin/dockerd-entrypoint.sh: 150: modprobe: not found
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument
(exit status 4)
/usr/local/bin/dockerd-entrypoint.sh: 150: modprobe: not found
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument
(exit status 4)
/usr/local/bin/dockerd-entrypoint.sh: 150: modprobe: not found
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument
(exit status 4)
/usr/local/bin/dockerd-entrypoint.sh: 150: modprobe: not found
failed to start daemon: Error initializing network controller: error obtaining controller instance: failed to register "bridge" driver: failed to create NAT chain DOCKER: iptables failed: iptables --wait -t nat -N DOCKER: iptables v1.8.10 (nf_tables): Could not fetch rule set generation id: Invalid argument
(exit status 4)
`
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Issues