Skip to content

Instantly share code, notes, and snippets.

@luther7
luther7 / cloud-init.yaml
Created June 28, 2019 00:02 — forked from syntaqx/cloud-init.yaml
cloud init to install docker on ubuntu
#cloud-config
package_update: true
package_upgrade: true
package_reboot_if_required: true
manage-resolv-conf: true
resolv_conf:
nameservers:
- '8.8.8.8'