# Lando - 로컬 개발환경 및 DevOps 도구

> Clean Markdown view of GeekNews topic #3170. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3170](https://news.hada.io/topic?id=3170)
- GeekNews Markdown: [https://news.hada.io/topic/3170.md](https://news.hada.io/topic/3170.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-11-09T10:19:00+09:00
- Updated: 2020-11-09T10:19:00+09:00
- Original source: [lando.dev](https://lando.dev/)
- Points: 14
- Comments: 1

## Topic Body

- Docker 기반으로 윈/맥/리눅스 로컬에 개발환경을 편하게 셋업하고 어디든 배포가능

- Docker-Compose 와 비슷하지만 슈퍼셋

ㅤ→ 다양한 Recipe/Service 와 기본 설정값등을 제공, 좀 더 쓰기 쉬움

ㅤ→ 프록시 설정, SSL, SSH키, 컨테이너간 네트워킹, CI, 파일 공유 등을 알아서 처리

ㅤ→ 도커 콤포즈와 비슷한 레벨로 커스터마이징 가능

- Recipes : Wordpress, LAMP, MEAN, Laravel, Joomla, Drupal, Backdrop 등

- Services : Apache, DotNet, ElasticSearch, MariaDB/MySQL , Memcached, MongoDB, MSSQL, nginx, Node, PHP, Postgres, Python, Redis, Solr, Tomcat, Varnish 등

## Comments



### Comment 3427

- Author: xguru
- Created: 2020-11-09T10:19:16+09:00
- Points: 1

사실 Docker-compose 가 거의 De facto 이긴 합니다만,

어찌 보면 더 간단하게 개발환경 셋업이 가능하다는 점에서 알아두시면 좋을 것 같습니다.

Lando 와 Docker Compose 비교

https://docs.lando.dev/basics/#what-is-it-good-for
