Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

根据现有的代码 构建了一个 alpine edge 的镜像版本 需要的自取 #347

Closed
502647092 opened this issue Jan 10, 2019 · 0 comments

Comments

@502647092
Copy link

502647092 commented Jan 10, 2019

  • 拉取镜像
docker run -d \
  --name webide \
  -p 8080:8080 \
  -v /home/app/webide:/root/.coding-ide \
  -v /home/app/maven/repo:/root/.m2/repository \
  --restart=always \
  miaowoo/webide
  • DockerCompose
version: '3'
services:
  webide:
    image: miaowoo/webide
    ports:
      - 8080:8080
    volumes:
      - /home/app/webide:/root/.coding-ide
      - /home/app/maven/repo:/root/.m2/repository
  • 镜像Dockerfile
  • 修改说明
    • 更新基础镜像到最新的 alpine:edge
    • 更新 OpenJDK8u191
    • 调整了时区为 Asia/Shanghai
  • 当前镜像版本
    • latest 默认版本
    • go Golang 开发版本
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant