mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
480 B
480 B
lando
Docker를 기반으로 한 로컬 개발 환경 및 DevOps 도구. 더 많은 정보: https://docs.lando.dev/cli/.
lando
에서 사용할 코드를 초기화:
lando init
- 앱에 대한 정보 출력:
lando info
- 앱 시작:
lando start
- 앱 중지:
lando stop
- 앱 재시작:
lando restart
- 데이터를 보존하며 앱을 처음부터 재구축:
lando rebuild
- 앱의 로그 표시:
lando logs
- 앱 삭제:
lando destroy