投稿日:	
runコマンドでサービスを指定してコマンドを蹴ると実行結果が取れる- e.g. 
docker-compose run node-git 'npm' 't' 
- e.g. 
 - コマンドを複数繋げる場合はシェルを呼び出してやる
- e.g. 
docker-compose run node-git 'sh' '-c' '"ls -la && grep foo"' 
 - e.g. 
 
runコマンドでサービスを指定してコマンドを蹴ると実行結果が取れる
docker-compose run node-git 'npm' 't'docker-compose run node-git 'sh' '-c' '"ls -la && grep foo"'