What does docker pull alpine do?
docker pull alpine
It removes Alpine from local storage.
It downloads the Alpine image and its required layers into the local image store.
It creates and starts an Alpine container.
It only prints the image metadata already stored locally.