Skip to content

Instantly share code, notes, and snippets.

@tuksik
Last active August 30, 2015 12:29
Show Gist options
  • Save tuksik/a535c104faa4686b81b2 to your computer and use it in GitHub Desktop.
Save tuksik/a535c104faa4686b81b2 to your computer and use it in GitHub Desktop.
Cloud-init example
#!/bin/sh
mkdir -p /var/lib/docker
mount -t ext4 /dev/xvdf1 /var/lib/docker -rw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment