카테고리 없음

Packer 설치

sklass 2021. 12. 20. 15:05

이번 글에서는 HashiCorp에서 개발한 가상 머신 이미지를 만들어주는 오픈소스인 Packer의 MacOS 설치 방법에 대해 알아보겠습니다.
Packer 설치는 아래의 링크로 가서 확인하시면 됩니다
https://www.packer.io/downloads

Downloads | Packer by HashiCorp

Packer is a free and open source tool for creating golden images for multiple platforms from a single source configuration.

www.packer.io

Packer Auto-Complete

packer 관련 자동완성 기능을 설치하려면 아래의 명령어를 사용해주세요.

bash

$ touch ~/.bashrc $ packer -autocomplete-install

zshrc

$ touch ~/.zshrc $ packer -autocomplete-install