diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 05:23:36 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-03-23 05:23:36 +0100 |
commit | a32b2e8c49fda3b1b30350fc058e88db33bba35e (patch) | |
tree | 502291ea994bee62467a7cf222e5f9caedbb63c9 | |
download | scripts-a32b2e8c49fda3b1b30350fc058e88db33bba35e.tar.gz scripts-a32b2e8c49fda3b1b30350fc058e88db33bba35e.tar.bz2 scripts-a32b2e8c49fda3b1b30350fc058e88db33bba35e.tar.xz scripts-a32b2e8c49fda3b1b30350fc058e88db33bba35e.zip |
-rwxr-xr-x | build.sh | 2 | ||||
-rwxr-xr-x | publish.sh | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..0f51d3e --- /dev/null +++ b/build.sh @@ -0,0 +1,2 @@ +docker build --tag chsa/gluster-centos:312 gluster-containers/CentOS +docker build --tag chsa/phpmyadmin-centos:4 startxfr/Applications/phpmyadmin diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..88e563e --- /dev/null +++ b/publish.sh @@ -0,0 +1,3 @@ +docker login --username=chsa +docker push chsa/gluster-centos:312 +docker push chsa/phpmyadmin-centos:4 |