1. Docker

1.1.1. 安装 Micro

docker pull micro/micro

1.2. Compose

使用 Docker Compose 运行本地服务器

server:
  command: server
  build: .
  ports:
  - "8080:8080"
  - "8081:8081"
  - "8082:8082"

1.3. 从头开始构建

仓库中包括 Docker 文件

## checkout the repo
git clone https://github.com/micro/micro

## build the image
cd micro && docker build -t micro .

results matching ""

    No results matching ""