Nâng cấp php 7.0 lên 7.3 ở docker container
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
1. Stop the docker daemon sudo service docker stop 2. Add a configuration file to tell the docker daemon what is the location of the data directory Using your preferred text editor add a file named daemon.json under the directory /etc/docker. The file should have this content: { “graph”: “/path/to/your/docker” } of course . . . Read more
Sorry you have no rights to view this entry!
Sorry you have no rights to view this entry!
docker exec -it vt65innocomvn /bin/bash cp /app/public/ioncube_loader_lin_7.0.so /usr/lib/php/20151012 apt-get install vim -y vi /etc/php/7.0/cli/php.ini zend_extension = /usr/lib/php/20151012/ioncube_loader_lin_7.0.so php -v
docker update –restart=always <container>