Skip to content

Dev Ops

Jian Wang edited this page Jan 16, 2018 · 4 revisions

系统版本

CentOS 7.x

yum install docker-io –y
systemctl start docker
systemctl stop docker
systemctl restart docker
docker info

使用docker-maven-plugin插件实现Docker构建并提交到私有仓库
用 Docker 构建、运行、发布一个 Spring Boot 应用
Spring Boot with Docker

docker pull zookeeper:latest

docker pull wurstmeister/kafka:latest

Clone this wiki locally