Hey @codingdefined, thanks!
So, the images for Node are stated on the readme file:
Also, when you install Ambientum aliases, you can replace local PHP and Node by dockerized versions:
curl https://github.com/codecasts/ambientum/raw/master/commands.git-bash -o ~/.ambientum_rc
source ~/.ambientum_rc
This enables you do do:
n npm install -g gulp
n gulp --version
or
p composer install
The script automatically mount the current directly on the container, that gets removed after.
Notice some features are undocumented on purpose, since they are too experimental yet.
RE: [codecasts/ambientum] Performance Improvements & Refactoring