Try to build it locally and see why it fails. Maybe the upload was done
incorrectly or something.

Entrypoint in docker is a PITA, with just too many was of doing slightly
different things. Maybe it was without the array how it should be used in
this case, or maybe it has nothing to do with it. I just always use CMD, as
it seems more sane to me.

Good luck with it :)

On Wednesday, June 7, 2017, Montassar Dridi <montassar0dr...@gmail.com>
wrote:

> thanks you were right
> when I run the image locally I get this error Container command
> '/entrypoint.sh' not found or does not exist
> but I'm following the exact repository that is used in the dockerhub
> https://hub.docker.com/r/erkules/galera/
> https://github.com/erkules/codership-images
> do you have an idea why it's behaving like this?
>
> On Tuesday, June 6, 2017 at 10:07:37 PM UTC-4, Rodrigo Campos wrote:
>>
>> Try that image locally with docker directly, to debug what happens. It
>> probably has a problem.
>>
>> You can run the image using a shell or something to easily try what is
>> happening and fix it.
>>
>> On Tuesday, June 6, 2017, Montassar Dridi <montass...@gmail.com> wrote:
>>
>>> I'm following this example to create a synchronized database pods
>>> https://github.com/openshift/origin/tree/master/examples/sta
>>> tefulsets/mysql/galera
>>> and it's working fine with no issue
>>> but when I try to customize erkules/galera:basic  docker image (to
>>> install some packages for example)
>>> I get this error
>>> Failed to start container with docker id with error: Error response from
>>> daemon: Container command '/entrypoint.sh' not found or does not exist.
>>> even though the entrypoint.sh was copied in the process of creating the
>>> customized erkules/galera:basic  docker image
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Kubernetes user discussion and Q&A" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to kubernetes-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to kubernetes-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/kubernetes-users.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Kubernetes user discussion and Q&A" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to kubernetes-users+unsubscr...@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','kubernetes-users%2bunsubscr...@googlegroups.com');>
> .
> To post to this group, send email to kubernetes-users@googlegroups.com
> <javascript:_e(%7B%7D,'cvml','kubernetes-users@googlegroups.com');>.
> Visit this group at https://groups.google.com/group/kubernetes-users.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to