Pārlūkot izejas kodu

add docker images pull script

stanley-king 2 gadi atpakaļ
vecāks
revīzija
6f39df7cdb
1 mainītis faili ar 16 papildinājumiem un 0 dzēšanām
  1. 16 0
      docker/compose/pull_docker.sh

+ 16 - 0
docker/compose/pull_docker.sh

@@ -0,0 +1,16 @@
+docker pull redis:alpine
+docker pull nginx:alpine
+docker pull 39.97.239.116:5000/php-zts:7.3.18
+docker tag 39.97.239.116:5000/php-zts:7.3.18 php-zts:7.3.18
+
+docker pull 39.97.239.116:5000/php-swool-hook:7.3.18
+docker tag 39.97.239.116:5000/php-swool-hook:7.3.18 php-swool-hook:7.3.18
+
+docker pull 39.97.239.116:5000/php-swool-redis:latest
+docker tag 39.97.239.116:5000/php-swool-redis:latest php-swool-redis:latest
+
+docker pull 39.97.239.116:5000/php-fpm:alpine
+docker tag 39.97.239.116:5000/php-fpm:alpine php-fpm:alpine
+
+docker pull 39.97.239.116:5000/pycpu:3.7.10
+docker tag 39.97.239.116:5000/pycpu:3.7.10 pycpu:3.7.10