docker pull alpine 的作用是什么?
docker pull alpine
将 Alpine 镜像及其所需的层下载到本地镜像存储中。
只输出本地已存储的镜像元数据。
从本地存储中删除 Alpine。
创建并启动一个 Alpine 容器。