linux:podman:openlitespeed

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
linux:podman:openlitespeed [2024/03/12 12:32] – [コンテナ実行] ともやんlinux:podman:openlitespeed [2024/03/12 13:05] (現在) – [OpenLiteSpeed (Podman)] ともやん
行 2: 行 2:
 公式: [[git>litespeedtech|litespeedtech (LiteSpeed Tech)]]\\ 公式: [[git>litespeedtech|litespeedtech (LiteSpeed Tech)]]\\
   [[https://docs.litespeedtech.com/cloud/docker/openlitespeed/|OLS | Docker | Cloud | LiteSpeed Documentation]] [[gtr>https://docs.litespeedtech.com/cloud/docker/openlitespeed/|翻訳]]\\   [[https://docs.litespeedtech.com/cloud/docker/openlitespeed/|OLS | Docker | Cloud | LiteSpeed Documentation]] [[gtr>https://docs.litespeedtech.com/cloud/docker/openlitespeed/|翻訳]]\\
 +ソースコード: [[git>litespeedtech/ols-dockerfiles|litespeedtech/ols-dockerfiles]] [[gtr>https://github.com/litespeedtech/ols-dockerfiles|翻訳]]\\
  
 ===== インストール ===== ===== インストール =====
行 193: 行 194:
 </WRAP> </WRAP>
  
 +===== 技術情報 =====
 +コンテナは Ubuntu 22.04.3 LTS (Jammy Jellyfish) 🤔\\
 +<WRAP color_term>
 +<WRAP color_command><html><pre>
 +<font color="#FF8700"><b>$</b></font> <font color="#26A269">podman</font> run <font color="#A347BA">--name</font> openlitespeed <font color="#A347BA">--replace</font> <font color="#A347BA">-p</font> 7080:7080 <font color="#A347BA">-p</font> 80:80 <font color="#A347BA">-p</font> 443:443 <font color="#A347BA">--rm</font> <font color="#A347BA">-ti</font> <font color="#A347BA">-d</font> litespeedtech/openlitespeed:1.7.19-lsphp81
 +<font color="#FF8700"><b>$</b></font> <font color="#26A269">podman</font> exec <font color="#A347BA">-ti</font> openlitespeed bash
 +root@6ce1666bdb9f:/var/www/vhosts# cat /etc/lsb-release
 +</pre></html></WRAP>
 +<WRAP color_result><html><pre>
 +DISTRIB_ID=Ubuntu
 +DISTRIB_RELEASE=22.04
 +DISTRIB_CODENAME=jammy
 +DISTRIB_DESCRIPTION=&quot;Ubuntu 22.04.3 LTS&quot;
 +</pre></html></WRAP>
 +</WRAP>
  
  • linux/podman/openlitespeed.txt
  • 最終更新: 2024/03/12 13:05
  • by ともやん