터미널 접속하기
접속할 컨테이너 ID 를 조회합니다.myapp 애플리케이션에 접속합니다.
터미널 옵션
--target혹은-t
target 옵션으로 현재 배포환경이 아닌 배포환경을 직접 지정할 수 있습니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
$ ctype ins
Current stage is "@demo/myproject:main"
APP ID STATUS STARTED AT EXPOSE
node node:node:0 running 2022-01-11 14:40:06 3000
node node:gitsync:0 running 2022-01-11 14:40:06 -
myapp 애플리케이션에 접속합니다.
$ ctype term node node:node:0
root@node:/app# ls -al
$ ctype term node node:node:0 -t @demo/myproject:dev
--target 혹은 -t$ ctype term node node:node:0 -t @demo/projectname:stage