Upgrade to Pro — share decks privately, control downloads, hide ads and more …

DockerでNodeの開発は厳しいのか? #gotandajs

DockerでNodeの開発は厳しいのか? #gotandajs

mizuki_r

May 10, 2019
Tweet

More Decks by mizuki_r

Other Decks in Technology

Transcript

  1. rm -rf node_modules/* && npm install 環境 実行時間 ホストマシン 14.93s

    Docker with mounted volumes 86.83s Docker without mounted volumes 20.22s
  2. Developing inside a Container • Remote Developmentの拡張を追加するこ とでSSH, Containers, WSLとの通信が可能

    • リモートでVS Code Serverを実行し、リ モートの環境で行われたあれこれをホスト 側のVS Codeに反映してくれる https://code.visualstudio.com/docs/remote/containers
  3. 実行環境 • MBP 2018 Core i7 16GB • Docker version

    18.09.2, build 6247962 • docker-compose version 1.23.2, build 1110ad01 • node v11.15.0