When I enter admin/adminadmin it just clears up all fields without any error msg, no webui appears just same login screen.
When I deliberately enter wrong password, then error msg appear ("Invalid Username or Password.")
So I assume the login admin/adminadmin is correct but something broken with my docker?
I used on my raspberry pi 4.
1 Answer
Confirmed the problem is with libseccomp2, as stated in
Had the same issue. Updating libseccomp2 to 2.4.4 (from 2.3.3/the distro version), as stated in solved it.
In my case, i had to update docker to version 20 (from 18/distro version) too. Thanks to Roxedus for pointing that out ().