https://hub.docker.com/_/node/
The command I entered directly
docker pull node
Did you download all the layer versions of node?
Because there are 600M meters …
How can I delete it?
If there is already an image layer, it will not be downloaded again.
To use an image, all layers must be downloaded, and the middle layer is also necessary.
Delete what you don’t need
docker images
, find no, thendocker rmi <image_id>