Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 458 Bytes

File metadata and controls

26 lines (20 loc) · 458 Bytes

Latest Android with Node.js v8 and npm


Pull from Docker Hub

docker pull rahulcv/android-nodejs:latest

Build from GitHub

docker build -t rahulcv/android-nodejs github.com/rahulcv/docker-android-nodejs

Run image

docker run -it rahulcv/android-nodejs bash

Use as base image

FROM rahulcv/android-nodejs:latest