Description
I need to run a container that needs to run a nested conatiner inside. What is the best approach?
What I have tried so far
I was looking in the sdk and there is a Socket type. However cannot use it because if i set it as an input in my function then I get the following error message failed to get field spec: failed to decode default value for arg "socket": decode "Socket" ID: cannot decode ID from "unix:///var/run/docker.sock": illegal base64 data at input byte 4
As an alternative I also tried using Host().UnixSocket(...) but as expected won't work because access to Host object has been removed in last release.