F1zm0n
Results
2
issues of
F1zm0n
### Describe the bug Unexpected Error: "Path Error: unable to determine base dir path" when starting app, i even tried building app myself it had this error, looked at similar...
type: bug
``` func main() { cl, _ := docker.NewClientFromEnv() d := dexec.Docker{Client: cl} m, _ := dexec.ByCreatingContainer(docker.CreateContainerOptions{ Config: &docker.Config{Image: "node"}}) cmd := d.Command(m, "echo", `I am running inside a container!`) b,...