摘要:
Redis 常用命令 发现几个很好的 Redis 常用命令汇总大全网页,分享给小伙伴们~ 1、Redis 命令参考 http://redisdoc.com/string/index.html 2、W3Cschool https://www.w3cschool.cn/redis_all_about/r 阅读全文
摘要:
Docker 资源汇总 Docker官方英文资源 Docker官网:http://www.docker.com Docker Windows 入门:https://docs.docker.com/docker-for-windows/ Docker CE(社区版) Ubuntu:https://do 阅读全文
摘要:
Docker 安装 Redis 方法一、docker pull redis:3.2 查找 Docker Hub上的 redis 镜像: 这里我们拉取官方的镜像,标签为3.2: 等待下载完成后,我们就可以在本地镜像列表里查到 REPOSITORY 为 redis,标签为3.2的镜像: 方法二、通过 D 阅读全文
摘要:
Docker 安装 Python 方法一、docker pull python:3.5 查找 Docker Hub 上的 python 镜像: 这里我们拉取官方的镜像,标签为3.5 : 等待下载完成后,我们就可以在本地镜像列表里查到 REPOSITORY 为 python ,标签为3.5的镜像: 方 阅读全文
摘要:
Docker 安装 MongoDB 方法一、docker pull mongo 查找 Docker Hub 上的 mongo 镜像: 这里我们拉取官方的镜像 mongo:3.2: 等待下载完成后,我们就可以在本地镜像列表里查到 REPOSITORY 为 mongo,标签为 3.2 的镜像: 方法二、 阅读全文
摘要:
Docker 安装 Tomcat 方法一、docker pull tomcat 查找 Docker Hub 上的 tomcat 镜像: 这里我们拉取官方最新版本的 tomcat 镜像: 等待下载完成后,我们就可以在本地镜像列表里查到 REPOSITORY 为 tomcat 的镜像: 方法二、通过 D 阅读全文
摘要:
Docker 安装 MySQL 方法一、docker pull mysql 查找 Docker Hub 上的 mysql 镜像: 这里我们拉取官方的镜像,标签为 5.6: 等待下载完成后,我们就可以在本地镜像列表里查到REPOSITORY为mysql,标签为5.6的镜像: 方法二、通过 Docker 阅读全文