Skip to content

Instantly share code, notes, and snippets.

@amitchahalgits
amitchahalgits / cloud-init.yaml
Created April 18, 2023 01:38 — forked from pmbaumgartner/cloud-init.yaml
Multipass & Docker Setup
#cloud-config
package_upgrade: true
ssh_authorized_keys:
- <your key>
packages:
- apt-transport-https
- ca-certificates
- curl