SailsJS CLI Docker Image
docker run -it --rm -v $(pwd)/app skypress/sails-cli:latest sails new .
- Base image is
node:current-stretch
- Everything is ran as the
node
user /app
is the defaultWORKDIR
yarn
is the package manager used to installsails
globally