This is a Docker image containing NodeJs@16, SqLite3 and Yarn
887
This repository contains Dockerfile of Node.js for Docker's trusted build published to the public Docker Registry.
Install Docker.
Download trusted build from public Docker Registry: docker pull dandroid80/node-sqlite
(alternatively, you can build an image from Dockerfile: docker build -t="dandroid80/node-sqlite" https://github.com/pure180/docker-sqlite)
docker run -it --rm dandroid80/node-sqlite
nodedocker run -it --rm dandroid80/node-sqlite node
npmdocker run -it --rm dandroid80/node-sqlite npm
yarndocker run -it --rm dandroid80/node-sqlite yarn
Content type
Image
Digest
sha256:1f5019e60…
Size
264.1 MB
Last updated
almost 4 years ago
docker pull dandroid80/node-sqlite