We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 3c50a68Copy full SHA for 3c50a68
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM centos:7
2
+
3
+RUN yum -y install http://yum.puppet.com/puppet6/puppet6-release-el-7.noarch.rpm && \
4
+ yum -y install puppet-agent && \
5
+ yum clean all
README.md
@@ -0,0 +1,7 @@
+# sandbox
+This repo contains a Docker configuration for a basic CentOS 7 + Puppet AIO system
+suitable for demonstration purposes. To use it, run the following:
6
+ docker pull puppetbootstrap:sandbox
7
+ docker exec -it sandbox /bin/bash
0 commit comments