A simple web-based REPL for the Puppet language.
325
Note: this should not be run in production as the server does not place limits on the REPL child processes.
This is a simple Node.js based server that presents a terminal a user can use to evaluate Puppet code.
To run:
docker run -it -p 8080:8080 peterhuene/puppet-repl-server
Open a web browser to http://localhost:8080.
Content type
Image
Digest
Size
22.8 MB
Last updated
over 10 years ago
docker pull peterhuene/puppet-repl-server