multipass는 Windows에서 Ubuntu 리눅스를 쉽게 쓸 수 있게 해주는 툴이다.
Multipass orchestrates virtual Ubuntu instances
Install Multipass Get an instant Ubuntu VM with a single command. Multipass can launch and run virtual machines and configure them with cloud-init like a public cloud. Prototype your cloud launches locally for free. Select OS to get started Install Multipa
multipass.run
먼저 공식 홈페이지에서 내 운영체제에 맞는 mulitpass 설치파일을 다운로드 받는다.
그리고 설치파일을 실행한다.
처음에 Hypervisor를 선택하라고 할텐데 Windows education, pro, enterprise버전은 그냥 Hyper-V를 선택해도 좋다.
하지만 Home버전의 경우에는 Hyper-V 기능이 제공되지 않기 때문에 따로 VirtualBox를 설치해줘야한다.
Oracle VM VirtualBox
Welcome to VirtualBox.org! News Flash New January 17th, 2023VirtualBox 7.0.6 released! Oracle today released a 7.0 maintenance release which improves stability and fixes regressions. See the Changelog for details. New January 17th, 2023VirtualBox 6.1.42 re
www.virtualbox.org
VirtualBox까지 설치하고 나면, Add multipass to PATH? 라고 물어볼텐데
여기서 Do not Add를 선택하면 사용자가 직접 귀찮게 설정해줘야 하므로 모든 사용자, 또는 현재 사용자의 PATH에 추가한다고 해준다.
multipass를 설치하고 나면 앱을 실행시켜준다.
아래처럼 시스템 트레이에 multipass 아이콘이 추가될텐데, 여기서 우클릭을 한 후 Open Shell을 눌러 쉘을 실행시켜준다.
터미널창이 나오고 첫 초기화가 진행되고 나면 터미널이 실행된다.
'Linux' 카테고리의 다른 글
[Linux] vi 에디터 사용법 (0) | 2023.03.27 |
---|---|
[Linux] nslookup 명령어 (0) | 2023.03.15 |
[Linux] read, write, execute 권한 (1) | 2023.03.14 |
[Linux] 파일 내용 필터링 명령어 : grep (0) | 2023.03.14 |
[Linux] 데몬(demon)과 서비스(service) (0) | 2023.03.13 |