mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 15:28:54 +00:00
Update push_images.sh
This commit is contained in:
parent
16527880fb
commit
f936efebd9
@ -1,8 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# This script will upload the local images to a registry server ($registry is the default value).
|
# This script will upload the given local images to a registry server ($registry is the default value).
|
||||||
|
# See: https://github.com/yeasy/docker_practice/blob/master/_local/push_images.sh
|
||||||
|
# Usage: push_images image1 [image2...]
|
||||||
# Author: yeasy@github
|
# Author: yeasy@github
|
||||||
# Created:2014-09-23
|
# Create: 2014-09-23
|
||||||
|
|
||||||
#The registry server address where you want push the images into
|
#The registry server address where you want push the images into
|
||||||
registry=127.0.0.1:5000
|
registry=127.0.0.1:5000
|
||||||
|
Loading…
Reference in New Issue
Block a user