Paul05 Paul05
4年前
Docker 简单部署 ElasticSearch
一、ElasticSearch是什么?Elasticsearch也使用Java开发并使用Lucene作为其核心来实现所有索引和搜索的功能,但是它的目的是通过简单的RESTfulAPI来隐藏Lucene的复杂性,从而让全文搜索变得简单。不过,
Stella981 Stella981
3年前
Docker 部署Jenkins服务
 1、pull一个jenkins镜像dockerpulljenkins!(https://oscimg.oschina.net/oscnet/d25c6940e45920b9f63a573a255152af3a5.png)2、查看已经安装的jenkins镜像dockerimages!(https://oscimg.osch
Wesley13 Wesley13
3年前
Ubuntu安装docker环境
安装dockerstep1:安装必要的一些系统工具sudoaptgetupdatesudoaptgetyinstallapttransporthttpscacertificatescurlsoftwarepropertiescommonstep2:安装GPG证书
Stella981 Stella981
3年前
Docker下的Tensorflow
tensorflow下载并运行阿里镜像dockerrunitregistry.cnhangzhou.aliyuncs.com/denverdino/tensorflowbash或较原生方式(直接dockerpulltensorflow/tensorflow被墙,借用)d
Stella981 Stella981
3年前
CentOS 6 安装 Docker
安装EPEL两种方式直接安装:yuminstallepelrelease还可以替换清华源(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fmirror.tuna.tsinghua.edu.cn%2Fhelp%2Fepel%
Stella981 Stella981
3年前
Docker安装Gitlab服务
1、安装建议:版本:GitLab分为社区版(CE)和企业版(EE)。配置:建议CPU2核,内存2G以上。2、使用Docker安装Gitlab2.1:拉取Gitlab镜像拉取中文版gitlab镜像,需要注意的是这个版本的镜像已经2年没有更新了。dockerpulltwang2218/gitl
Stella981 Stella981
3年前
Rsyslog 收集Docker日志
rsyslog安装没什么好说的,略过配置文件修改前,需注意3点:1\.先关闭selinux、firewalld等防火墙,后面再放行2\.主机名修改,推荐 hostnamectlsethostnameserver      (主rsyslog服务器) hostnamectlsethostnameclient     
Stella981 Stella981
3年前
Docker持久化存储
  Docker的镜像是只读的,但是容器是可写的,我们可以将数据写入到容器,不过一旦容器删除数据将会丢失,那么有什么办法能将数据进行持久化存储呢?一、DataVolume在执行dockerrun时,通过v参数将主机目录作为容器的数据卷,这就是基于本地文件系统Volumn管理。1、Volume类型
Stella981 Stella981
3年前
Docker for mac 安装 Istio
  ServiceMesh在过去的一年的迅猛发展,各大厂商都在投入精力开发适合自己的产品。而对于小厂来说虽不能自己开发,但选择也有很多,Linkerd(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flinkerd.io%2F)、Envoy(https://www.oschina
Stella981 Stella981
3年前
Docker基本命令
1\.镜像相关命令1.1搜索镜像$dockersearchwhalesayINDEXNAMEDESCRIPTIONSTARSOFFI