https://github.com/superseb/rancher2img
Example how to sync Docker images for a specific Rancher 2 release
https://github.com/superseb/rancher2img
Last synced: 3 months ago
JSON representation
Example how to sync Docker images for a specific Rancher 2 release
- Host: GitHub
- URL: https://github.com/superseb/rancher2img
- Owner: superseb
- Created: 2018-05-01T09:48:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T09:55:20.000Z (about 8 years ago)
- Last Synced: 2025-10-06T20:53:10.901Z (10 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rancher2img
Example how to sync Docker images for a specific Rancher 2 release
## Usage
### Script only
```
Usage: ./entrypoint.sh [REGISTRY] [VERSION]
```
Example:
```
./entrypoint.sh registry.yourdomain.com:5000 v2.0.0
```
### Docker image
```
docker run -v /var/run/docker.sock:/var/run/docker.sock superseb/rancher2img:latest registry.yourdomain.com:5000 v2.0.0
```