-
Notifications
You must be signed in to change notification settings - Fork 51
Fix ExecIds type in container inspect in swagger file #1
Conversation
Fixes docker-php/docker-php#304 where ExecIds expects a string but gets an array
|
Anyone can merge this ? |
|
I had this merged upstream moby/moby#36962 and made a fork using 1.37, you're welcome to use it until this is updated, just put this in your composer.json: |
|
Thank you ! @Rid |
|
I tried using your fork but i get this error : So i added the deps manually, but then i get the invalid supplied for foreach warning i had initially so i guess my issue isn't exactly the same as this PR aim to fix. |
|
my bad it was the other PR :$ |
|
Can we have this simple change merged? |
|
please merge this, a big project of mine is depending on this merge. |
|
I've updated my fork to docker api 1.41, you can use it by adding the following to your composer.json: |
|
Have you proposed this changes upstream? This project seems pretty abandoned so maybe it needs anew maintainer |
|
@rodrigoaguilera this is the upstream repo, it generates the php methods and classes for https://github.com/docker-php/docker-php I would be happy to maintain this repo if @joelwurtz gives me the required permissions. |
Fixes docker-php/docker-php#304 where ExecIds expects a string but gets an array