Hi On 29 June 2016 at 03:51, Fuad P T <[email protected]> wrote: > hi, > I am using Puppet open source to configure my nodes. I want to configure my > nodes as docker engines. I achieved this by this by using 'garathe-docker' > module. But i am unable to load my predefined docker image to nodes. What i > mean is, i am having 'image.tar' which was created by using 'docker save' > command from another machine and copied to puppet master. I want to load > 'image.tar' as my docker image. I tried to to extract the tar file. But not > working. Please help.
You should be able to pass docker_tar to docker::image based on: https://github.com/garethr/garethr-docker/blob/master/manifests/image.pp#L20 If that's what you're trying and it's not working then please do post a gist of the code you're running and the error messages you're seeing. Thanks Gareth > > Thanks in advance... > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/5866416e-a31e-4b58-89ed-28445a81fe59%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Gareth Rushgrove @garethr devopsweekly.com morethanseven.net garethrushgrove.com -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CAFi_6yLGa6qngDv%3D3Ru%2BHvUE8gBgadBv_dBCoUqrssnj7ikRKA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
