Sign inSign up

dandroid80/node-sqlite

By dandroid80

•Updated almost 4 years ago

This is a Docker image containing NodeJs@16, SqLite3 and Yarn

Image
0

887

dandroid80/node-sqlite repository overview

⁠Docker NodeJs@16, SQLite3 and Yarn

This repository contains Dockerfile of Node.js⁠ for Docker⁠'s trusted build⁠ published to the public Docker Registry⁠.

⁠Installation
  1. Install Docker⁠.

  2. 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)

⁠Usage
docker run -it --rm dandroid80/node-sqlite
⁠Run node
docker run -it --rm dandroid80/node-sqlite node
⁠Run npm
docker run -it --rm dandroid80/node-sqlite npm
⁠Run yarn
docker run -it --rm dandroid80/node-sqlite yarn

Tag summary

Content type

Image

Digest

sha256:1f5019e60…

Size

264.1 MB

Last updated

almost 4 years ago

docker pull dandroid80/node-sqlite