cloud-init-per
initialization system for infrastructure cloud instances
Install
- All systems
-
curl cmd.cat/cloud-init-per.sh
- Debian
-
apt-get install cloud-init
- Ubuntu
-
apt-get install cloud-init
- Kali Linux
-
apt-get install cloud-init
- CentOS
-
yum install cloud-init
- Fedora
-
dnf install cloud-init
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cloud-init
- Raspbian
-
apt-get install cloud-init
- Dockerfile
- dockerfile.run/cloud-init-per
cloud-init
initialization system for infrastructure cloud instances
Cloud-init provides a framework and tool to configure and customize virtual machine instances for Infrastructure-as-a-Service (IaaS) clouds platforms. It can for example set a default locale and hostname, generate SSH private host keys, install SSH public keys for logging into a default account, set up ephemeral mount points, and run user-provided scripts. Various methods are supported for passing data to the instance at launch time, including the standard interfaces of multiple platforms.