Skip to content

Instantly share code, notes, and snippets.

View dilame's full-sized avatar

Dmitry dilame

  • Россия, Москва
View GitHub Profile
@dilame
dilame / cloud-init.yaml
Created October 25, 2019 20:36 — 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'