Created
May 29, 2026 06:38
-
-
Save Melkor333/eeff45c23bb80eb0f3af26f1bc040b11 to your computer and use it in GitHub Desktop.
alpine guest agent install cloud-init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #cloud-config | |
| package_update: true | |
| runcmd: | |
| - apk update | |
| - apk add qemu-guest-agent | |
| - rc-update add qemu-guest-agent default | |
| - service qemu-guest-agent start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment