91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Docker如何安裝PHP

發布時間:2021-11-04 17:21:48 來源:億速云 閱讀:169 作者:柒染 欄目:建站服務器

本篇文章給大家分享的是有關Docker如何安裝PHP,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

學習

方法一、docker pull php
查找Docker Hub上的php鏡像


[root@huixuan nginx]# docker pull webdevops/php-nginx
Using default tag: latest
Trying to pull repository docker.io/webdevops/php-nginx ... 
latest: Pulling from docker.io/webdevops/php-nginx
1be7f2b886e8: Pull complete 
6fbc4a21b806: Pull complete 
c71a6f8e1378: Pull complete 
4be3072e5a37: Pull complete 
06c6d2f59700: Pull complete 
5c1c30789448: Pull complete 
42eeae6547fc: Pull complete 
3ff6b06497b0: Pull complete 
60c69a4834cc: Pull complete 
cbb835cfffc0: Pull complete 
604f67c351eb: Pull complete 
072984b59472: Pull complete 
943570e2b1d3: Pull complete 
1e35c99925af: Pull complete 
fbb001c74aae: Pull complete 
Digest: sha256:38b9e5a8072f83ae2e7ad47554f58c8ca4c4308adb3909070ad75deb761bb898
Status: Downloaded newer image for docker.io/webdevops/php-nginx:latest
[root@huixuan nginx]# 


使用webdevops/php-nginx鏡像
運行容器
[root@huixuan nginx]# docker run -p 9000:9000 --name myphp -d webdevops/php-nginx
458820a216542e70d7deaac772713a5149f82be6d35c1e6aafdb5edd6e1ca97e
[root@huixuan nginx]# 

命令說明:
-p 9000:9000 :將容器的9000端口映射到主機的9000端口
--name myphp-fpm :將容器命名為myphp-fpm
-v ~/nginx/www:/www :將主機中項目的目錄www掛載到容器的/www
-v $PWD/conf:/usr/local/etc/php :將主機中當前目錄下的conf目錄掛載到容器的/usr/local/etc/php
-v $PWD/logs:/phplogs :將主機中當前目錄下的logs目錄掛載到容器的/phplogs
查看容器啟動情況

[root@huixuan nginx]# docker ps
CONTAINER ID        IMAGE                 COMMAND                  CREATED             STATUS              PORTS                                     NAMES
458820a21654        webdevops/php-nginx   "/entrypoint super..."   46 seconds ago      Up 44 seconds       80/tcp, 443/tcp, 0.0.0.0:9000->9000/tcp   myphp
[root@huixuan nginx]# 

通過瀏覽器訪問phpinfo()

PS:此處是通過nginx+php實現web服務,nginx配置文件的fastcgi_pass應該配置為webdevops/php-nginx容器的IP。
fastcgi_pass  172.17.0.4:9000;

容器IP的查方法
docker inspect 容器ID或容器名 |grep '"IPAddress"'

以上就是Docker如何安裝PHP,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

斗六市| 琼中| 得荣县| 白水县| 焉耆| 台南市| 承德市| 铁岭市| 青田县| 新河县| 西贡区| 通江县| 安福县| 阿瓦提县| 芦山县| 平定县| 霍邱县| 乡城县| 准格尔旗| 株洲县| 博客| 盘山县| 昌邑市| 平乡县| 望都县| 阿图什市| 微博| 岗巴县| 会泽县| 米易县| 襄城县| 来凤县| 集贤县| 开原市| 思南县| 万载县| 康保县| 岳阳县| 河西区| 郁南县| 明水县|