"구글 클라우드쉘"의 두 판 사이의 차이

9번째 줄: 9번째 줄:
* 영구 디스크 스토리지 5 GB ( $HOME 디렉토리 )
* 영구 디스크 스토리지 5 GB ( $HOME 디렉토리 )
:쉘환경 자체는 비활성이지만, 홈 디렉토리에 저장하면 보존된다.
:쉘환경 자체는 비활성이지만, 홈 디렉토리에 저장하면 보존된다.
<syntaxhighlight lang='console'>
testuser@cloudshell:~$ pstree
bash─┬─dockerd─┬─containerd───13*[{containerd}]
    │        └─16*[{dockerd}]
    ├─logger
    ├─python─┬─sudo───tmux-agent───5*[{tmux-agent}]
    │        └─theia-proxy─┬─node─┬─node─┬─node─┬─2*[node───16*[{node}]]
    │                      │      │      │      ├─2*[node─┬─node───10*[{node}]]
    │                      │      │      │      │        ├─node───6*[{node}]]
    │                      │      │      │      │        ├─php───3*[{php}]]
    │                      │      │      │      │        └─10*[{node}]]
    │                      │      │      │      └─10*[{node}]
    │                      │      │      └─6*[{node}]
    │                      │      └─10*[{node}]
    │                      └─7*[{theia-proxy}]
    ├─rsyslogd───3*[{rsyslogd}]
    ├─sleep
    ├─sshd─┬─2*[sshd───sshd───bash───bash]
    │      └─sshd───sshd─┬─bash───start-shell.sh───tmux: client
    │                    └─sftp-server
    └─tmux: server───bash───pstree
</syntaxhighlight>


==같이 보기==
==같이 보기==

2020년 11월 18일 (수) 15:54 판

1 개요

Google Cloud Shell
구글 Cloud Shell, 구글 클라우드 쉘
  • 온라인 배쉬쉘, 데비안 기반
  • 프리티어(free tier)
  • 웹브라우저 등에서 GCP를 편리하게 관리할 수 있는 쉘환경
  • "어떤 브라우저에서든 커맨드라인으로 인프라 및 애플리케이션 관리[1]"
  • 1.7 GB 메모리
  • 영구 디스크 스토리지 5 GB ( $HOME 디렉토리 )
쉘환경 자체는 비활성이지만, 홈 디렉토리에 저장하면 보존된다.
testuser@cloudshell:~$ pstree
bash─┬─dockerd─┬─containerd───13*[{containerd}]
     │         └─16*[{dockerd}]
     ├─logger
     ├─python─┬─sudo───tmux-agent───5*[{tmux-agent}]
     │        └─theia-proxy─┬─node─┬─node─┬─node─┬─2*[node───16*[{node}]]
     │                      │      │      │      ├─2*[node─┬─node───10*[{node}]]
     │                      │      │      │      │         ├─node───6*[{node}]]
     │                      │      │      │      │         ├─php───3*[{php}]]
     │                      │      │      │      │         └─10*[{node}]]
     │                      │      │      │      └─10*[{node}]
     │                      │      │      └─6*[{node}]
     │                      │      └─10*[{node}]
     │                      └─7*[{theia-proxy}]
     ├─rsyslogd───3*[{rsyslogd}]
     ├─sleep
     ├─sshd─┬─2*[sshd───sshd───bash───bash]
     │      └─sshd───sshd─┬─bash───start-shell.sh───tmux: client
     │                    └─sftp-server
     └─tmux: server───bash───pstree

2 같이 보기

3 참고

  1. Manage your infrastructure and applications from the command-line in any browser
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}