Sign inSign up

idoall/node

By idoall

Updated 3 months ago

add python make g++

Image
0

10K+

idoall/node repository overview

node 10.19.0-alpine3.11.3-source

Add python make g++ git

Developing

# Pull image
git clone https://github.com/idoall/docker.git
cd node/10.19.0/alpine3.11.3-source

# hack hack hack

# Build
docker build -t idoall/node:10.19.0-alpine3.11.3-source .

# view node version
docker run -it \
--rm \
--name node \
--hostname node \
idoall/node:10.19.0-alpine3.11.3-source \
node -v

# Run After running, wait for 1 minutes.
$ docker run -it --rm \
--name=node \
idoall/node:10.19.0-alpine3.11.3-source \
/bin/bash

Tag summary

Content type

Image

Digest

Size

70.4 MB

Last updated

about 6 years ago

docker pull idoall/node