排序
Docker入门 ,超全文档!
我们的口号是:人生不设限!! 一、学习规划: Docker概述 Docker安装 Docker命令 Docker镜像 镜像命令 容器命令 操作命令 容器数据卷 Dock...
Docker教程系列六:Docker上部署Nginx
user nginx;worker_processes 1;error_log /var/log/nginx/error.log warn;pid /var/run/nginx.pid;events { worker_connections 1024;}http { include /etc/nginx/mime.types; default_type ap...
探索 Docker 容器的文件系统
我注意到 docker 我需要了解容器内发生了什么或其中存在哪些文件。一个例子是从 docker index 下载图像——你不知道图像包含什么,因此无法启动应用程序。理想的情况是能够通过 ssh 进入...
docker部署gitlab时配置https
docker部署gitlab时配置内网https创建配置文件openssl.conf[req] distinguished_name = req_distinguished_name req_extensions = v5_req [req_distinguished_name] countryName = ...
Docker部署WordPress-Ubuntu 16.04
本文记录使用多个Docker容器安装WordPress的步骤;Wordpress、MariaDB分别使用单独的容器,在主机上安装使用Nginx做为Wordpree容器的反向代理。Wordpree容器中的Web Server是Apache。 1、...
docker好用镜像推荐 docker 实用镜像
最近做了一个好玩的工具,叫 xbin.io。其中有一项工作是为不同的工具来构建 Docker 镜像,让他们都运行在 Docker 中(实际上,是兼容 Docker image 的其他 sandbox 系统,没有直接用...






