KO
|
EN
gitlite — search
Search
#javascript
#python
#php
#c-sharp
#plugin
#ruby
#android
#css
#node
#processwire
#dotfiles
#shell
lima
★ 21,695
Open GitHub ↗
컨테이너 실행에 초점을 맞춘 Linux 가상 머신
Download README (.md)
Explore Similar Repositories
v2ray-agent
:
Xray、Tuic、hysteria2、sing-box 八合一一键脚本
The-Art-of-Linear-Algebra
:
Graphic notes on Gilbert Strang's "Linear Algebra for Everyone"
nowinandroid
:
A fully functional Android app built entirely with Kotlin and Jetpack Compose
pytorch-handbook
:
pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行
FreeTube
:
An Open Source YouTube app for privacy
// repository documentation
원문보기 (View Original)
// original (English)
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
lima
?
원문 다운로드 (English .md)
한글 번역본 다운로드 (Korean .md)
[[🌎\*\*Web site\*\*]](https://lima-vm.io/) [[📖\*\*Documentation\*\*]](https://lima-vm.io/docs/) [[👤\*\*Slack (`#lima`)\*\*]](https://slack.cncf.io)  # Lima: Linux Machines [](https://deepwiki.com/lima-vm/lima) [](https://www.bestpractices.dev/projects/6505) [](https://scorecard.dev/viewer/?uri=github.com/lima-vm/lima) [Lima](https://lima-vm.io/)은(는) 자동 파일 공유 및 포트 포워딩 기능을 갖춘 리눅스 가상 머신을 실행합니다 (WSL2와 유사함). Lima의 원래 목적은 Mac 사용자에게 [nerdctl (contaiNERD ctl)](https://github.com/containerd/nerdctl)을(를) 포함한 [containerd](https://containerd.io)를 홍보하는 것이었지만, Lima는 컨테이너 외의 애플리케이션용으로도 사용할 수 있습니다. 또한 Lima는 다른 컨테이너 엔진(Docker, Podman, Kubernetes 등)과 비 macOS 호스트(Linux, NetBSD 등)도 지원합니다. ## 시작하기 설정 (Homebrew): ```bash brew install lima limactl start ``` 리눅스 명령어를 실행하려면: ```bash lima uname -a ``` containerd로 컨테이너를 실행하려면: ```bash lima nerdctl run --rm hello-world ``` Docker로 컨테이너를 실행하려면: ```bash limactl start template:docker export DOCKER\_HOST=$(limactl list docker --format 'unix://{{.Dir}}/sock/docker.sock') docker run --rm hello-world ``` Kubernetes로 컨테이너를 실행하려면: ```bash limactl start template:k8s export KUBECONFIG=$(limactl list k8s --format 'unix://{{.Dir}}/copied-from-guest/kubeconfig.yaml') kubectl apply -f ... ``` 자세한 내용은 를 참조하세요. ## 기여하기 기여를 환영합니다! 다음 내용에 대한 자세한 정보는 [기여 가이드(Contributing Guide)](https://lima-vm.io/docs/community/contributing/)를 참조하세요: - \*\*개발자 원산지 증명(Developer Certificate of Origin, DCO)\*\*: 모든 커밋은 `git commit -s`를 사용하여 서명해야 합니다. - 코드 라이선스 및 풀 리퀘스트 가이드라인 - 테스트 요구 사항 ## 커뮤니티 ### 채택자 컨테이너 환경: - [Rancher Desktop](https://rancherdesktop.io/): 데스크톱에서 즐기는 Kubernetes 및 컨테이너 관리 - [Colima](https://github.com/abiosoft/colima): 최소한의 설정으로 macOS에서 사용하는 Docker(및 Kubernetes) - [Finch](https://github.com/runfinch/finch): 로컬 컨테이너 개발을 위한 커맨드라인 클라이언트 Finch - [Podman Desktop](https://podman-desktop.io/): Lima 가상 머신용 플러그인이 포함된 Podman Desktop GUI GUI: - [Lima xbar plugin](https://github.com/unixorn/lima-xbar-plugin): 메뉴 바에서 VM을 시작/중지하고 실행 상태를 확인할 수 있는 [xbar](https://xbarapp.com/) 플러그인. - [lima-gui](https://github.com/afbjorklund/lima-gui): Lima용 Qt GUI ### 소통 채널 - [GitHub Discussions](https://github.com/lima-vm/lima/discussions) - CNCF Slack의 `#lima` 채널 - 새 계정: - 로그인: - Zoom 커뮤니티 미팅 (잠정 월간) - 미팅 노트 및 안건 제안: https://github.com/lima-vm/lima/discussions/categories/meetings - 캘린더: https://zoom-lfx.platform.linuxfoundation.org/meetings/lima ### 소셜 미디어 계정 프로젝트 업데이트, 릴리스 공지, 커뮤니티 소식을 받아보세요: - https://x.com/@TheLimaProject - https://mastodon.social/@TheLimaProject ### 행동 강령 Lima는 [CNCF 행동 강령(Code of Conduct)](https://github.com/cncf/foundation/blob/main/code-of-conduct.md)을 준수합니다. - - - \*\*우리는 [클라우드 네이티브 컴퓨팅 재단(Cloud Native Computing Foundation)](https://cncf.io/)의 인큐베이팅 프로젝트입니다.\*\*  The Linux Foundation® (TLF)은 등록 상표를 보유하고 있으며 상표를 사용합니다. TLF 상표 목록은 [상표 사용(Trademark Usage)](https://www.linuxfoundation.org/legal/trademark-usage)을 참조하세요.