镜像操作 镜像查看 # 查看镜像 docker images # 查看镜像,含中间映像层 docker images -a # 查看镜像,只显示镜像ID docker images -q 镜像搜索 # 搜索镜像 docker search [镜像名] # 搜索starts >= 600的镜像 docker search [镜像名] --fil…
更新软件源 apt-get update Apache2 安装apache2 apt-get install apache2 PHP 1.安装PHP apt-get install php 2.安装PHP组件 apt-get install libapache2-mod-php Mysql 1.安装Mysql服务 apt-get install m…