https://github.com/0x46616c6b/docker-image-mirror
simple bash script to copy often used docker images to our registry
https://github.com/0x46616c6b/docker-image-mirror
docker docker-image docker-registry
Last synced: about 1 year ago
JSON representation
simple bash script to copy often used docker images to our registry
- Host: GitHub
- URL: https://github.com/0x46616c6b/docker-image-mirror
- Owner: 0x46616c6b
- License: mit
- Created: 2015-08-14T14:03:28.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:22:41.000Z (about 3 years ago)
- Last Synced: 2025-04-10T21:15:03.684Z (about 1 year ago)
- Topics: docker, docker-image, docker-registry
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Image Mirror
[](https://travis-ci.org/0x46616c6b/docker-image-mirror)
simple bash script to copy often used docker images to our registry to prevent a single point of failure ;)
## Installation
You can easily install the Script with `make`
git clone https://github.com/0x46616c6b/docker-image-mirror.git
cd docker-image-mirror
make install
docker-image-mirror -h
### Ubuntu/Debian
wget https://github.com/0x46616c6b/docker-image-mirror/releases/download/1.0.0/docker-image-mirror_amd64.deb
sudo dpkg -i docker-image-mirror_amd64.deb
## Usage
# mirror multiple images
docker-image-mirror -r yourregistry.com -i "ubuntu redis"
# only one tag
docker-image-mirror -r yourregistry.com -i "redis" -t 3