简体   繁体   中英

Nodejs dev environnement with docker volumes

I ma nodejs developer and I need to try it with docker.

Actually, I m always working with TDD :

  • Red test
  • Green test
  • Refactor
  • Green test
  • Functionnal verifications (starting a server, checking that all the things are ok)

I was wondering, how can I process to launch my test inside of a container, and run the server as I want (like stop / start it) directly inside of a container, without using ssh ?

Does anybody has an idea how can I have my dev environnement working with docker ?

I didn't quite understand your requirement. I did something myself. My requirement was a webapp developemnt env with dockers.

Please feel free to checkout this repo It might help.

https://github.com/fchwpo/fibo-dock-cci

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM