Thanks. But it's not working. I can run a nginx docker through pipeline.
Thanks, - Chetan On Tue, Dec 11, 2018 at 9:34 PM Aravind SV <[email protected]> wrote: > On Tue, Dec 11, 2018 at 04:35:10 -0800, [email protected] wrote: > > Can anyone give the Docker documentation link of GOCD. I am run server > and > > agent then create a docker by docker run command but they got an error > as > > Permission denied. > > It's unclear, but it looks like you're trying to do a `docker run` from > within a task. You'll need to see whether the user that the GoCD agent is > running as, has permission to run docker. Usually, it runs as the "go" > user. You might need to add that user to the docker group, or run it as a > user who has permission to run it. > > If that doesn't work, someone might be able to help if you provide more > details. > > Cheers, > Aravind > > -- > You received this message because you are subscribed to the Google Groups > "go-cd" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "go-cd" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
