Explorar el Código

add docker images pull script

stanley-king hace 2 años
padre
commit
6f39df7cdb
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  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