https://github.com/neflyte/multipull
Pull multiple Docker images in parallel
https://github.com/neflyte/multipull
container docker image pull
Last synced: 15 days ago
JSON representation
Pull multiple Docker images in parallel
- Host: GitHub
- URL: https://github.com/neflyte/multipull
- Owner: neflyte
- License: mit
- Created: 2021-03-20T13:13:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T15:26:18.000Z (4 months ago)
- Last Synced: 2025-09-28T17:36:49.485Z (4 months ago)
- Topics: container, docker, image, pull
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multipull
A utility that pulls multiple Docker images in parallel
## Building
### Requirements
- Golang v1.15+
- Docker CE / Docker Desktop
### Build commands
```bash
go build
```
## Usage
```bash
multipull [-parallel=x] image1 image2 image3 ...
```