Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

S.

No Description Details Notes


An open source software named Packer is used to
Packer
create deployment-ready virtual machine images.

curl -fsSL
https://apt.releases.hashicorp.com/g
pg | sudo apt-key add -
sudo apt-add-repository "deb
Packer Installation for Linux [arch=amd64]
https://apt.releases.hashicorp.com
$(lsb_release -cs) main"
sudo apt-get update && sudo apt-get
install packer

You might also like