Created
August 19, 2018 03:35
-
-
Save dkhenry/28570f5d0dfa00d342e3c08923a790e0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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