Is it possible to install puppet agent in a docker container on linux

0 votes
Is it possible to install puppet agent in a docker container on Linux? If yes, how do I do it?
Mar 12, 2019 in Puppet by Janice
1,317 views

1 answer to this question.

0 votes

Hey @Janice, this is pretty simple. Create a container

docker create [OPTIONS] IMAGE [COMMAND] [ARG...]

bash into your docker container

docker exec -it <container name> /bin/bash

and then install puppet agent on it.

have a look at this thread on how to install puppet agent on Linux: https://www.edureka.co/community/40887/how-do-i-install-puppet-agent-on-linux

answered Mar 12, 2019 by Jason

Related Questions In Puppet

0 votes
1 answer

How to install a package if it is not installed using puppet conditions

You will need to write a puppet ...READ MORE

answered Mar 18, 2020 in Puppet by Sirajul
• 59,230 points
1,692 views
+2 votes
1 answer

How do I trigger the puppet agent on slave to install docker using jenkins?

Hey @Mercy, you will have to write ...READ MORE

answered Aug 17, 2020 in Puppet by Karan
• 19,610 points
1,045 views
0 votes
1 answer

How do I Install puppet agent on linux?

Install the puppet-agent package on your Puppet agent nodes ...READ MORE

answered Mar 12, 2019 in Puppet by Yesha
970 views
0 votes
1 answer

Is there a provision of on failure ability in puppet?

Not a built-in one, no.  They do log failures, of ...READ MORE

answered Aug 6, 2019 in Puppet by Sirajul
• 59,230 points
381 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,439 views
+2 votes
1 answer
0 votes
1 answer

Puppet in Docker : How to mount Puppet on a CentOS container?

Run the following command: docker run --volumes-from=puppet-agent centos ...READ MORE

answered Aug 19, 2019 in Puppet by Sirajul
• 59,230 points
460 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP