We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08aba3a commit e2e8d99Copy full SHA for e2e8d99
README.md
@@ -1,7 +1,6 @@
1
-# sandbox
+# docker-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
+ docker run --rm -it puppetbootstrap/sandbox /bin/bash
0 commit comments