Skip to content

Commit 3c50a68

Browse files
committed
Initial commit.
0 parents  commit 3c50a68

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -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

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# sandbox
2+
3+
This repo contains a Docker configuration for a basic CentOS 7 + Puppet AIO system
4+
suitable for demonstration purposes. To use it, run the following:
5+
6+
docker pull puppetbootstrap:sandbox
7+
docker exec -it sandbox /bin/bash

0 commit comments

Comments
 (0)