Yannick Buron
Yannick Buron
Not only ssh-exec, we often connect to any kind of container through `docker exec`, but yeah it's the main use case. Same for me with bash. Alpine with bash take...
Yeah I agree we shall use ENTRYPOINT. Thanks for the example.
Unfortunately I don't know yet :/, I set aside the compose for now to concentrate on the oneclick debug.
Just to be sure, redoctober is about file/data secure storage am I right ? If yes, we had a discussion about https://www.vaultproject.io/ which looked very good to me. Can you...
Thanks @lasley for clarification, looks like the way to go for me !
So redoctober has a web interface... That's really good to know. You'll need to add link to proxy/dns with https://github.com/clouder-community/clouder/blob/0.9.0/clouder_template_odoo/template.xml#L315, and allow base creation in the application. Then try to...
@lasley Application with children shall not have default_image_id, I'm wondering if I didn't let a wrong constraint behind. Can you provide a link to this constraint ?
Oh ok. This function is used when you didn't first created a service. This way you can directly create a base, it will create the service behind for the customer....
Hum I guess we're not entering this condition : https://github.com/clouder-community/clouder/blob/master/clouder_template_proxy/template.py#L253 Can you output `self.base_id.service_id.ports` to see where is the problem ? [IMP] : I guess we shall raise an issue...
That's strange since you specified the port in https://github.com/clouder-community/clouder/pull/187/files#diff-067c1eb14f6f8af45482f279b63141a4R7 But I see what the problem is. You have to expose it, either local or internet in order for the port...