Selaa lähdekoodia

add docker images pull script

stanley-king 2 vuotta sitten
vanhempi
commit
6f39df7cdb
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  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