Python Docker SDK error: invalid proto, expected tcp


I edited your messages. Please, format your post next time according to the following guide: How to format your forum posts
In short: please, use </> button to share codes, terminal outputs, error messages or anything that can contain special characters which would be interpreted by the MarkDown filter. Use the preview feature to make sure your text is formatted as you would expect it and check your post after you have sent it so you can still fix it.

Example code block:

```
echo "I am a code."
echo "An athletic one, and I wanna run."
```

I also changed the topic title. Please always chose a title that shortly describes the issue instead of only saying that it is an issue, which is obvios. Thank you.

Regarding the error message it seems pretty clear about that you used the http potocol when it would require tcp protocol. As you cans ee in the error message, tcp was added before the url, so you don’t even need to define the protocol. Just use the IP address and the port.