I am hitting 401 errors when running condo run on my local machine. Based on feedback from @sjk07, this can be resolved by including a user's nuget.config file in the condo container that is created here -
|
resp, err := cli.ContainerCreate(ctx, &container.Config{ |
I am hitting 401 errors when running
condo runon my local machine. Based on feedback from @sjk07, this can be resolved by including a user's nuget.config file in the condo container that is created here -condo-cli/cmd/run.go
Line 82 in 88e67fe