#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목[Q&A] Windows Powershell 에서 여러가지 명령 한꺼번에 실행하기2019-12-11 05:28
작성자

간단한 팁이지만 의외로 많은 사람들이 모르고 있는 것 같고, 알아두면 매우 편하기 때문에 공유해 봅니다.


mb-file.php?path=2019%2F12%2F11%2FF523_tip2_1.jpg

단순히 cd로 directory를 바꾸고, mkdir 커맨드로 directory를 새로 생성하는 코드입니다. 

Powershell에서는 이러한 두 가지 이상의 command들을, ; 를 이용하여 하나의 Line으로 실행할 수 있습니다.

mb-file.php?path=2019%2F12%2F11%2FF524_tip2_2.jpg
이제 Docker swarm을 구성하기 위해 여러 개의 docker-machine을 생성하는 작업도 한줄로 실행할 수 있습니다.

mb-file.php?path=2019%2F12%2F11%2FF525_tip2_3.jpg
 



 

댓글
이전[Q&A] Docker for Windows 에서 docker-machine 생성시 흔한 오류 정리 (VSwitch)2019-12-11
다음[Q&A] Docker for Windows 설치시 흔한 오류2019-12-11