gocd-docker icon indicating copy to clipboard operation
gocd-docker copied to clipboard

plugin use cases and scenarios

Open bf16574403 opened this issue 8 years ago • 3 comments

Hi,

Can anyone let me know how they are using this plugin. I am trying to run simple commands with no luck and would be keen to see how others are going.

Basically simple user documentation or scenario would be greatly appreciated!

Thanks, bf.

bf16574403 avatar May 04 '16 22:05 bf16574403

@bf16574403 can you tell me what you are trying out?

manojlds avatar May 22 '16 19:05 manojlds

Hi manojlds,

Want to use with version 16 Go agents and server, basically would appreciate small guide on sample use and commands.

I have docker instances running on the agents along with connectivity to a private registry, so want to see how to do pulls/pushes and deploys to go agents.

Would gladly make donation for your time for ample detail and screen shots.

Regards, bf.

bf16574403 avatar May 23 '16 07:05 bf16574403

@bf16574403 - why do you want to do pull? If you can give concrete use cases it will be helpful. Currently the plugin support 1) build a image from a Dockerfile (check docker-sample folde) 2) run some command in this just build image (for example like npm test) 3) Push the image to dockerhub.

I plan to add the ability to push to a private registry.

manojlds avatar May 23 '16 11:05 manojlds