Skip to content

Commit f936efe

Browse files
committed
Update push_images.sh
1 parent 1652788 commit f936efe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_local/push_images.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/sh
22

3-
# This script will upload the local images to a registry server ($registry is the default value).
3+
# This script will upload the given local images to a registry server ($registry is the default value).
4+
# See: https://github.com/yeasy/docker_practice/blob/master/_local/push_images.sh
5+
# Usage: push_images image1 [image2...]
46
# Author: yeasy@github
5-
# Created:2014-09-23
7+
# Create: 2014-09-23
68

79
#The registry server address where you want push the images into
810
registry=127.0.0.1:5000

0 commit comments

Comments
 (0)