Skip to content

Instantly share code, notes, and snippets.

@dkhenry
Created August 19, 2018 03:35
Show Gist options
  • Save dkhenry/28570f5d0dfa00d342e3c08923a790e0 to your computer and use it in GitHub Desktop.
Save dkhenry/28570f5d0dfa00d342e3c08923a790e0 to your computer and use it in GitHub Desktop.
#!/bin/bash
yum -y update
yum -y install jq docker
systemctl start docker
systemctl enable docker
packet-block-storage-attach -m queue
mount -t ext4 /dev/mapper/volume-14171d6f1 /data
/data/startup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment