Kitana
Kitana copied to clipboard
[Docker] Broken version: v0.4.3-1
So it seems like pannal/kitana:0.4.3-1
is broken for docker at least. At first I thought that maybe something was wrong with the setup so I installed did the same docker configuration on a different machine and the result it always the same. Only thing I get are 404 error in the network tab under dev tools, not entirely sure why though. Logs are clean no errors or warning, however downgrading to pannal/kitana:0.4.2
fixed all the issues for me
What does your run command look like? It's possible you're using the prefix argument -p
such as -p kitana
and not appending that to the URL.
Possibly. I don't recall adding any params, just had docker compose. Currently the entry point is python,kitana.py
I'm running v0.4.3-1 successfully. But for anyone not able to, feel free to downgrade to 0.4.2. The functionality is the same.