A child process to work with Docker.
bert.js prepares an environment to load your command. it is useful to a used application without your local installation.
Bert is a module to NodeJS, this provides an easily API to work with child_process on you local machino or a container inside Docker.
Please get a 🍹 drink and write your goal to bert on a new issue.
# Install bert.js
npm install --global bert.js
# Install in you proyect
npm install --save-dev bert.js
# Run It
bert
const bert = require('bert.js')
// Prepare the agent to node 7.7.0
const node = bert.agent('node', { image: 'node:7.7.0' })
// Many things
node.sh(['node', '--version']) // v7.7.0