Stella981 Stella981
3年前
Docker Selenium
SeleniumHQ官方项目:https://github.com/seleniumHQ/dockerselenium(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2FseleniumHQ%2Fdockerselenium)项目目前快速迭代中。<br
Stella981 Stella981
3年前
Docker & pure
项目需要进行升级服务,现在需要基于centos7使用docker来快速打架一个FTP环境来方便本地文件上传。本次使用的是pureftpddocker镜像,有关镜像使用的详细信息,本人是从https://hub.docker.com/r/stilliard/pureftpd/上获取的。下面简单记录一下FTP服务器的搭建过程:1、下载镜
Stella981 Stella981
3年前
Docker 镜像
我们都知道,操作系统分为内核和用户空间。对于Linux而言,内核启动后,会挂载 root 文件系统为其提供用户空间支持。而Docker镜像(Image),就相当于是一个 root 文件系统。比如官方镜像 ubuntu:18.04 就包含了完整的一套Ubuntu18.04最小系统的 root 文件系统。Docker镜像是一个
Stella981 Stella981
3年前
Docker简介
docker简介(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.ailijie.top%2Farchives%2Fdocker)
Stella981 Stella981
3年前
Docker安装
安装apt依赖包,用于通过HTTPS来获取仓库:sudoaptgetinstall\apttransporthttps\cacertificates\curl\gnupgagent\
Stella981 Stella981
3年前
Docker 备忘
C/S架构:  客户端发出命令给服务器端(内含守护进程),守护进程执行命令后将结果传回给客户端。(可以远程访问,可以本地访问)容器内部操作:  !(https://oscimg.oschina.net/oscnet/26aeb55b82e3279e96156320bf832c90a92.png)!(https:
Stella981 Stella981
3年前
Docker初学
Docker是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的镜像中,然后发布到任何流行的Linux或Windows机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。这次首先说一下docker的三个重要内容:仓库:注册服务器是一个存放仓库的地方,在里面可以存放多个仓库。每个仓库集中存放同
Stella981 Stella981
3年前
Docker seaweedfs
关于seaweedfs的介绍我就不在此文赘述,本文的主要目的是讲述我在docker中运行seaweedfs遇到的一些问题。这是我搜集的一些关于SeaWeedFS的资料(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fnote.youdao.com%2Fnoteshare%3Fid%3D
Stella981 Stella981
3年前
Dcoke docker
如果启动前不对Linux(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flib.csdn.net%2Fbase%2Flinux)内核做任何更改,那么Redis(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Flib.c
十月飞翔 十月飞翔
2年前
Docker FAQ
1.isthedockerdaemonrunning?解决办法:$systemctldaemonreload$sudoservicedockerrestart$sudoservicedockerstatus(shouldseeactive(running))(docker客户端通过unix:///var/run/doc