You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Container to start. Everything works correctly when running the command:
docker run --rm --init -p 8080:8080 -p 8443:8443 -p 3478:3478/udp -e TZ='Europe/Bratislava' -v ~/home/unifi:/home/unifi --user=unifi --name unifi jacobalberty/unifi
What actually happens?
Reading package lists...
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
/usr/local/bin/docker-entrypoint.sh: line 150: cd: /usr/lib/unifi: No such file or directory
[2020-12-01 14:21:04,272] Starting unifi controller service.
/usr/local/bin/docker-entrypoint.sh: line 169: java: command not found
[2020-12-01 14:21:04,286] WARN: unifi service process ended without being signaled? Check for errors in /unifi/log.
The text was updated successfully, but these errors were encountered:
--user is currently incompatible with beta see #362 the RUNAS_UID0=false environment variable is still usable in beta for now until I get a fully working solution for it.
Host operating system
Ubuntu 20.10 aarch64 on RPi4
What tag are you using
beta
What complete docker command or docker-compose.yml do you use to launch the container (omitting sensitive values)?
docker run --rm --init -p 8080:8080 -p 8443:8443 -p 3478:3478/udp -e TZ='Europe/Bratislava' -v ~/home/unifi:/home/unifi --user=unifi -e PKGURL=https://dl.ui.com/unifi/6.0.40-dd08d4673a/unifi_sysvinit_all.deb --name unifi jacobalberty/unifi:beta
What do you expect to happen?
Container to start. Everything works correctly when running the command:
docker run --rm --init -p 8080:8080 -p 8443:8443 -p 3478:3478/udp -e TZ='Europe/Bratislava' -v ~/home/unifi:/home/unifi --user=unifi --name unifi jacobalberty/unifi
What actually happens?
Reading package lists...
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
/usr/local/bin/docker-entrypoint.sh: line 150: cd: /usr/lib/unifi: No such file or directory
[2020-12-01 14:21:04,272] Starting unifi controller service.
/usr/local/bin/docker-entrypoint.sh: line 169: java: command not found
[2020-12-01 14:21:04,286] WARN: unifi service process ended without being signaled? Check for errors in /unifi/log.
The text was updated successfully, but these errors were encountered: