拉取镜像:

    1. $ docker pull node:lts-alpine

    进入交互环境:

    1. $ docker run -it node:lts-alpine /bin/sh