`FROM node:10-alpine` used to build with `RUN npm install -g filestack-js`
10K+
This image provides you node.js v10-alpine and the official Filestack SDK for JavaScript, installed globally via NPM. This allows you to const client = require('filestack-js').init(apikey); from any location you add your Node project, but best practice outside of this environment is to npm install filestack-js directly within your Node project's root directory.
See https://github.com/filestack/filestack-js/ for the SDK source.
Read the Filestack Content Cookbook blog post to learn more about uploading files to Filestack with Node: https://blog.filestack.com/content-cookbook/upload-files-with-node/
Notable tags:
docker run -it --rm -e APIKEY=MYAPIKEYHERE filestack/node:example to pass your APIKEY as an ENV variable, and you'll see an example image of a palm tree upload to your Filestack app. Read the CLI output for additional details.Content type
Image
Digest
Size
24.4 MB
Last updated
almost 8 years ago
docker pull filestack/node