> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aieev.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 개요

> 실행 중인 컨테이너에 접속하고 운영하는 방법을 안내합니다

Air Container는 실행 중인 컨테이너에 접근하고 운영할 수 있는 여러 가지 방식을 제공합니다.

이 섹션은 아래 3가지 문서로 구성됩니다.

* **Web Terminal**: AirCloud 콘솔에서 제공되는 브라우저 기반 터미널 접근
* **aircloud CLI**: CLI 설치와 `config`, `whoami`, `endpoints`, `exec`, `ssh` 같은 기본 명령 사용
* **SSH 접근**: SSH 키 등록과 `aircloud ssh` 접속 방법 안내

## 가이드 바로가기

<Columns cols={3}>
  <Card title="웹 터미널 사용하기" icon="monitor-smartphone" href="/docs/ko/air-container/use-web-terminal" cta="가이드 보기">
    커스텀 컨테이너의 Terminal 버튼, 활성화, replica 선택, 종료 흐름을 설명합니다.
  </Card>

  <Card title="aircloud CLI 사용하기" icon="terminal" href="/docs/ko/air-container/use-aircloud-cli" cta="가이드 보기">
    CLI 설치와 `config`, `whoami`, `endpoints`, `exec`, `ssh` 명령을 설명합니다.
  </Card>

  <Card title="SSH로 접속하기" icon="key-round" href="/docs/ko/air-container/connect-with-ssh" cta="SSH 보기">
    SSH 키 등록과 `aircloud ssh` 접속 방법을 설명합니다.
  </Card>
</Columns>
