logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

如何获取 docker 容器(container)的 ip 地址

1. 进入容器内部后cat /etc/hosts会显示自己以及(– link)软连接的容器IP2.使用命令docker inspect --format '{{ .NetworkSettings.IPAddress }}' <container-ID>或docker inspect <container id>或docker inspect -f '{{range .NetworkS

Docker swarm中跳出加入manage or worker的指令

1。 Docker swarm中,若是一个node想要查看自己所在的swarm,若是worker,则会出现:Error response from daemon: This node is not a swarm manager. Worker nodes can’t be used to view or modify cluster state. Please run this command

Docker实现一个Redis cluster

docker-machine 建立三台虚拟机,first,second,third,third is a worker and the other two are managers as the following picture. 2.You can also encrypt data exchanged between containers on different nodes on the

#redis#docker
docker-machine ssh任然能连接,连接到2376端口似乎不行 ——解决

docker-machine配置虚拟机出现问题Reference:[https://stackoverflow.com/questions/33992729/cannot-get-docker-machine-to-work-with-virtualbox-when-using-cisco-vpn-anyconnec]This machine has been allocated an IP a

Docker的web端管理平台对比(DockerUI 、Shipyard、Portainer、Daocloud)

reference:http://blog.csdn.net/qq273681448/article/details/75007828前言最近,为了方便对命令行过敏的测试或开发人员,我决定部署一个可视化的管理平台来管理docker,在我重装十几次系统(当然,只是虚拟机镜像克隆),对比之后,终于选择了一款心仪的管理平台。部署docker环境安装/升级你的Docker环

到底了