Ricardo Jun
2018-11-21 f00f2cca9010f5302f7c9a8ad9013a09f28db216
Included images
1 files modified
4 ■■■■ changed files
extras/backup/images.sh 4 ●●●● patch | view | raw | blame | history
extras/backup/images.sh
@@ -1,5 +1,5 @@
rsync -aPv docker-clean root@services:/etc/sysconfig/docker
ssh root@services systemctl restart docker
#rsync -aPv docker-clean root@services:/etc/sysconfig/docker
#ssh root@services systemctl restart docker
ssh root@services "docker pull registry.access.redhat.com/rhpam-7/rhpam70-businesscentral-openshift:1.0 && docker tag registry.access.redhat.com/rhpam-7/rhpam70-businesscentral-openshift:1.0 registry.lab.example.com/rhpam-7/rhpam70-businesscentral-openshift:1.0 && docker push registry.lab.example.com/rhpam-7/rhpam70-businesscentral-openshift:1.0" &
ssh root@services "docker pull registry.access.redhat.com/rhpam-7/rhpam70-businesscentral-openshift:1.1 && docker tag registry.access.redhat.com/rhpam-7/rhpam70-businesscentral-openshift:1.1 registry.lab.example.com/rhpam-7/rhpam70-businesscentral-openshift:1.1 && docker push registry.lab.example.com/rhpam-7/rhpam70-businesscentral-openshift:1.1" &