mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
dokku: Add Korean Translation (#3836)
This commit is contained in:
parent
9c86eafbc8
commit
6dbae63b16
1 changed files with 25 additions and 0 deletions
25
pages.ko/common/dokku.md
Normal file
25
pages.ko/common/dokku.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# dokku
|
||||
|
||||
> 도커로 구동되는 미니-Heroku (PaaS).
|
||||
> 하나의 `git-push` 명령을 사용하여 여러 언어로 다른 앱을 쉽게 배포 할수 있습니다.
|
||||
> 더 많은 정보: <https://github.com/dokku/dokku>.
|
||||
|
||||
- 실행중인 앱들 목록보기:
|
||||
|
||||
`dokku apps`
|
||||
|
||||
- 앱 생성하기:
|
||||
|
||||
`dokku apps:create {{앱_이름}}`
|
||||
|
||||
- 앱 제거하기:
|
||||
|
||||
`dokku apps:destroy {{앱_이름}}`
|
||||
|
||||
- 플러그인 설치하기:
|
||||
|
||||
`dokku plugin:install {{전체_폴더_경로}}`
|
||||
|
||||
- 앱에 데이터베이스 연결하기:
|
||||
|
||||
`dokku {{db}}:link {{데이터베이스_이름}} {{앱_이름}}`
|
Loading…
Add table
Reference in a new issue