Yogi Hardi
Yogi Hardi
add result on ExecStart: [docker exec](https://docs.docker.com/engine/reference/commandline/exec/)
### What version of Go are you using (`go version`)? $ go version go version go1.17.6 darwin/amd64 ### What did you do? unpack textfile with the following code: ```go tmpFile,...
When I tried to run **nonfunctional** docker-compose file, I got panic and my apps crashed, I can't catch the nil pointer, even with code below: ``` if err := c.Project.Up(context.Background(),...