I am trying to just create a simple container giving the API examples. I don't know enough about golang to troubleshoot this any further so I assume this might be a bug. I am able to list the containers correctly so at least I know talking to the API does work with GET
I inserted a Println statement in the assumed troubled code .
Output after panic (truncated) I have tried supplying full configs but have reduced to nil parameters for testing only. The tests themselves use the same procedure
I am trying to just create a simple container giving the API examples. I don't know enough about golang to troubleshoot this any further so I assume this might be a bug. I am able to list the containers correctly so at least I know talking to the API does work with
GET
I inserted a Println statement in the assumed troubled code .
connection parameters
Creation code
Output after panic (truncated) I have tried supplying full configs but have reduced to nil parameters for testing only. The tests themselves use the same procedure