Is there an existing issue for this?
Current Behavior
Hi all, i am running this with docker, and very time i connect to it through the browser, it goes starght in. i have added a new user with password, but the system is not asking for logins.
Expected Behavior
should have a login screen
Steps To Reproduce
deploy through docker, http with port 3000
Environment
- OS: Ubuntu
- How docker service was installed:
CPU architecture
arm64
Docker creation
docker run -d \
--name=kali-linux \
--security-opt seccomp=unconfined `#optional` \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e SUBFOLDER=/ `#optional` \
-e TITLE="Kali Linux" `#optional` \
-p 3000:3000 \
-p 3001:3001 \
-v kali-linux_data:/config \
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
--device /dev/dri:/dev/dri `#optional` \
--shm-size="1gb" `#optional` \
--restart unless-stopped \
lscr.io/linuxserver/kali-linux:latest
Container logs
Is there an existing issue for this?
Current Behavior
Hi all, i am running this with docker, and very time i connect to it through the browser, it goes starght in. i have added a new user with password, but the system is not asking for logins.
Expected Behavior
should have a login screen
Steps To Reproduce
deploy through docker, http with port 3000
Environment
CPU architecture
arm64
Docker creation
Container logs