Closed kseo closed 7 years ago
It looks like entrypoint
can either be a string, string array, or null. I don't think these changes to FromJSON ContainerConfig
will work in all cases.
The Docker Remote API document says that entrypoint
is either a string or an array of strings, but it seems to return null
in the examples.
Entrypoint - Set the entry point for the container as a string or an array of strings.
So, I updated the PR to handle all three cases:
This should not have been closed. See here for explanation: #27
Entrypoint can be an array of strings.