docsify, doctl-*: add Korean translation (#14180)

This commit is contained in:
HoJeong Im
2024-10-16 16:19:50 +09:00
committed by GitHub
parent 610b23c59a
commit db5d81ca8a
18 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
# doctl databases
> MySQL, Redis, PostgreSQL 및 MongoDB 데이터베이스 서비스를 관리.
> 더 많은 정보: <https://docs.digitalocean.com/reference/doctl/reference/databases>.
- 액세스 토큰을 사용하여 `doctl databases` 명령을 실행:
`doctl databases {{명령어}} --access-token {{액세스_토큰}}`
- 데이터베이스 클러스터에 대한 세부 정보를 가져옴:
`doctl databases get`
- 데이터베이스 클러스터를 나열:
`doctl databases list`
- 데이터베이스 클러스터 생성:
`doctl databases create {{데이터베이스_이름}}`
- 클러스터 삭제:
`doctl databases delete {{데이터베이스_아이디}}`