Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 600 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 600 Bytes

digiblink/nodejs8-armhf Docker Container

Maintained by digiBlink - docker hub link

Container with Node.js 8.11.4 LTS version for ARMv7 based on resin/rpi-raspbian.

Based on following containers:

Usage

To get it running just enter:

docker run -d --name your_container -t digiblink/nodejs8-armhf

After that you can use BusyBox bash, to log into container:

docker exec -ti your_container bash