Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
414 views
in Technique[技术] by (71.8m points)

angular - 我应该使用docker进行角度开发吗? [关闭](should I use docker for angular development? [closed])

I'm new to docker.

(我是Docker的新手。)

We're a team of 40 developers doing Angular development (Ionic).

(我们是一个由40名开发人员组成的团队,他们从事Angular开发(离子化)。)

As we're developing ionic apps, every new developer comes he has to install many things starting from Node, ionic, cordova, sdk adn gradle etc. And it takes time to set all things up.

(在我们开发离子应用程序时,每个新开发人员都必须安装从Node,ionic,cordova,sdk adn gradle等开始的许多东西。设置所有东西都需要时间。)

Sometimes it takes days...

(有时需要几天的时间...)

Is it a good idea to implement docker in our development environment, so that every developer comes in just run an docker image and start developing, but if that happens how do we do things like hot reload of apps when a developer keeps adding their code using VS Code ?

(在我们的开发环境中实现docker是个好主意,这样每个开发人员都可以运行一个docker image并开始开发,但是如果发生这种情况,当开发人员继续使用来添加代码时,我们该如何处理应用程序的热重载VS Code?)

How do we mount the source code to docker and run commands like ionics serve ?

(我们如何将源代码安装到docker并运行诸如ionics serve之类的命令?)

I'm bit confused here after watching a few tutorials of docker.

(看完一些Docker教程后,我有点困惑。)

Could someone give me a bit clarity on this.

(有人可以给我一点澄清。)

Thanks in advance..

(提前致谢..)

  ask by Anit kumar translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...