Stella981 Stella981
3年前
Docker 安装 nginx 并挂载宿主目录到容器中
安装nginx1.搜索nginx的镜像dockersearchnginx!(https://oscimg.oschina.net/oscnet/cd8f85b12d2e6afec805327a5ca4e3dff68.png)2.获取ng
Stella981 Stella981
3年前
Centos7快速安装Rancher
 通过docker,我们可以快速安装rancher安装步骤如下:\root@localhost~\run运行,d后台模式restartalways跟随docker启动,p映射端口,镜像名为rancher/server。docker会自动下载并安装启动root@localhost~dockerrund
Stella981 Stella981
3年前
Kali Linux 下载、引导、安装
下载卡莉Linux(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fkali.training%2Ftopic%2Fdownloadingkalilinux%2F)官方镜像:https://www.kali.org/downloads/(https://www.
Stella981 Stella981
3年前
Python病毒篇:中级篇(超多攻击实例,附csdn感言)
该文章的目录引子事先说明准备VirtualBox镜像文件安装虚拟机安装Python本篇文章特殊准备John/Ettercap凡客基站SQLmapKalilinux虚拟机配置环境建立攻击对象:XP虚拟机
Stella981 Stella981
3年前
Docker Compose 启动mysql,redis,rabbitmq
这里使用的centos7,首先切换到root。sudos首先去设置下载镜像,否则下载这三个东西要很久,而且可能失败。vim/etc/docker/daemon.json内容如下:{"registrymirrors":"https://dftbcros.mirror.aliyuncs.c
Stella981 Stella981
3年前
Docker(三)——应用部署(MySQL部署,Nginx部署,Redis部署)
一、MySQL部署1.拉取mysql5.7镜像dockerpullmysql:5.72.创建容器,启动mysql5.7(建议别用最新版本的mysql)dockerrunidnamemysql1p3306:3306eMYSQL_ROOT_PASSWORD123456mysql:5.7
Stella981 Stella981
3年前
Docker 之 redis 环境
1\.相关资源镜像地址:https://store.docker.com/images/redis(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fstore.docker.com%2Fimages%2Fredis)redis发布地址:https://
Stella981 Stella981
3年前
Docker之安装MySQL
1从DockerHub上查找MySQL镜像语法:dockersearchmysql示例:!(https://oscimg.oschina.net/oscnet/d0ff8bb91e37afa6506ae036b5eb8a3e7d7.png)2从DockerH
Stella981 Stella981
3年前
Docker概念与实际操作
Docker结构图!(https://oscimg.oschina.net/oscnet/25efceb484c7172197efffcba416b900eb6.jpg)Image(镜像):用于创建Docker容器的模板Container(容器):装载一个或多个应用运行Clie
Wesley13 Wesley13
3年前
Ubuntu16.04安装docker
1.更换镜像(1)备份原来的源sudocp/etc/apt/sources.list/etc/apt/sources.list.bakcup(2)编辑sources.listssudovim/etc/apt.sources.list添加如下内容:debhttp://mirrors.aliyun.com/ubuntu