load metadata for docker.io/library/builder:latest
时间: 2023-12-03 14:47:47 浏览: 159
quay.io/tigera/operator:v1.20.3
To load metadata for the Docker image `docker.io/library/builder:latest`, you can use the following command:
```
docker pull docker.io/library/builder:latest
```
This will download the latest version of the `builder` image from Docker Hub and load its metadata on your machine. You can then use the image to build and run your applications in Docker containers.
阅读全文