2021年2月25日 星期四

利用 Podman 來建立 PHP 網站執行環境

設定目標:
  • 在 CentOS 8 上安裝 podman
  • 利用 podman ,啟動 nginx + PHP 網站執行環境

  1. 在 CentOS 8 安裝容器 podman :
    #dnf install epel-release
    #dnf install podman
    #podman --version