We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1652788 commit f936efeCopy full SHA for f936efe
_local/push_images.sh
@@ -1,8 +1,10 @@
1
#!/bin/sh
2
3
-# 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).
4
+# See: https://github.com/yeasy/docker_practice/blob/master/_local/push_images.sh
5
+# Usage: push_images image1 [image2...]
6
# Author: yeasy@github
-# Created:2014-09-23
7
+# Create: 2014-09-23
8
9
#The registry server address where you want push the images into
10
registry=127.0.0.1:5000
0 commit comments