-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning on NetworkSettings normalizer #3
Comments
I think the code generated doesn't take into account that the items inside a PortMap are nullable |
Hi @rodrigoaguilera, could you kindly provide a simple script to reproduce the issue? |
Sure.
That drupal-php image exposes the port 9000 |
Got to reproduce the issue here. You are right, the generator does not properly handle I've fiddled with the configuration options and even bumping JanePHP to 7.x, but without any success. The fix is rather simple if we do it in the generated code, but that would be non-practical moving forward without a "patching" process in place to keep track of those changes. I'll do some more digging and figure out why the generated code isn't right and maybe propose a fix to JanePHP if that's the case. |
I have reported this here: janephp/janephp#559 |
Sorry for the very late response to this, but I'm trying to fix is in JanePHP (janephp/janephp#597) :) PS: Dealing with Jane code base is not at all easy. phew! |
I am getting
Calling
containerInspect()
for a container that has ports exposed on the image but no binding so the output of CLIdocker inspect
isI guess the daemon used to return an array for the port bindings instead of null.
I am using Docker Server Version: 20.10.5.
The text was updated successfully, but these errors were encountered: