Can't install docker apps

mm0nst3r

Dabbler
Joined
Sep 5, 2021
Messages
33
Hello all!

On Scale 22.02-RC2 I have True-charts applications working fine, but I couldn't install a single Docker application - even Hello World. It just never finishes deploying. Could someone recommend where to look?
 

truecharts

Guru
Joined
Aug 19, 2021
Messages
788
If you're using the big-blue-button, you can only use containers that run continuesly (aka: not finish after posting a hello-world message).
 

mm0nst3r

Dabbler
Joined
Sep 5, 2021
Messages
33
Thnx it makes sense now, because I actually have found hello-world message in logs.

Is it possible to make a chart that doesn’t run continuously? You know just to shell in and run some bash scripts?

EDIT:
If someone is interested you can just start it with Configure Container CMD "sleep" and Configure Container Args "infinity".
Also really help with troubleshooting mountpoints etc.
 
Last edited:
Top