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

[docker] docker dev-tools env #133

Open
Alice52 opened this issue Jul 20, 2020 · 1 comment
Open

[docker] docker dev-tools env #133

Alice52 opened this issue Jul 20, 2020 · 1 comment
Assignees
Labels
Container language: container issue TODO

Comments

@Alice52
Copy link
Owner

Alice52 commented Jul 20, 2020

  1. how to make java code effective immediately when code is change

    • consider to use dev-tools
    • link
  2. how to make vue code effective immediately when code is change

  3. how to make go code effective immediately when code is change

@Alice52 Alice52 added Help Wanted Extra attention is needed Container language: container issue TODO labels Jul 20, 2020
@Alice52 Alice52 changed the title [docker] effective immediately about java and vue [docker] docker dev-tools env Oct 25, 2020
@Alice52
Copy link
Owner Author

Alice52 commented Jul 11, 2022

java docker env

方式1: 推荐

  1. 在宿主机上安装JDK等开发环境
  2. 在宿主机上启动java应用: 线程ID
  3. 将线程ID attach 到 docker 内, 通过 docker 对外提供服务

方式2

  1. 安装java开发环境到 docker 内: jdk, maven 等
  2. 本地开发{还是要自带jdk}, 之后将编译后代码挂载到 docker 内部, docker 内的java应用通过热加载完成更新, 并对体更服务

@Alice52 Alice52 removed the Help Wanted Extra attention is needed label Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Container language: container issue TODO
Projects
None yet
Development

No branches or pull requests

2 participants