kutt icon indicating copy to clipboard operation
kutt copied to clipboard

Kutt not running docker

Open techyporcupine opened this issue 2 years ago • 2 comments

Hello, so I am trying to setup Kutt on an Oracle Cloud Arm instance, and when I launch with docker-compose up I get the following

kutt_1      | #
kutt_1      | # Fatal process OOM in insufficient memory to create an Isolate
kutt_1      | #

Does anyone know why this is happening?

techyporcupine avatar Mar 04 '22 14:03 techyporcupine

I have the same problem on the same type of instance. Have you found a solution?

l0u1sg avatar Mar 19 '22 09:03 l0u1sg

Nope, sadly. It has something to do with the ARM processor. I just don't know what.

techyporcupine avatar Mar 19 '22 14:03 techyporcupine

The issue is related to the Alpine version used to build Kutt. To resolve this, you should build it using alpine:3.14.

You can use the following Docker image, which is built using alpine:3.14 as the base image and is based on the latest available tag of Kutt: slococo/kutt.

Please don't hesitate to contact me if you encounter any issues while using it.

santilococo avatar Sep 27 '23 22:09 santilococo

Thank you for the answer! I don't currently have a machine to test it with, but I will close this issue because it seems that this might solve it!

techyporcupine avatar Sep 27 '23 22:09 techyporcupine