You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #144 I've been trying understand the docker docs on entrypoint vs cmd. Okay, think I got it.
I think the issue is that according to this and the docker docs the CMD value is ignored if ENTRYPOINT is a string. It needs to be an array I think.
If CMD is used to provide default arguments for the ENTRYPOINT instruction, both the CMD and ENTRYPOINT instructions should be specified with the JSON array format.
I think that means the CMD value in the xandikos dockerkfile is ignored.
An, I wasn't intending to work on it, I was just suggesting the change. I have only pulled your docker image but not built it locally so I figured it should be a quick test for you if you already have all the docker stuff setup.
Following #144 I've been trying understand the docker docs on entrypoint vs cmd. Okay, think I got it.
I think the issue is that according to this and the docker docs the CMD value is ignored if ENTRYPOINT is a string. It needs to be an array I think.
I think that means the CMD value in the xandikos dockerkfile is ignored.
I think the ENTRYPOINT could be as follows:
But you probably want to double check that!
I think this explains why I didn't get the default directories created in docker.
The text was updated successfully, but these errors were encountered: