Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

docker node alpine

# Copy and paste to pull this image for the latest 
docker pull node

# more specific use this line
# docker pull node:<version>-alpine 
docker pull node:14.4-alpine3.11
Source by hub.docker.com #
 
PREVIOUS NEXT
Tagged: #docker #node #alpine
ADD COMMENT
Topic
Name
6+7 =