An open API service indexing awesome lists of open source software.

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

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 ...
```