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
| apt update && apt upgrade -y | |
| apt install apt-transport-https ca-certificates curl software-properties-common build-essential -y | |
| curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - | |
| apt-key fingerprint 0EBFCD88 | |
| add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | |
| apt update | |
| apt install docker-ce -y | |
| ssh-keygen #unneeded if you have your ssh key already in github | |
| git clone git@github.com:kubernetes/kubernetes.git | |
| service docker start |
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
| { | |
| //other settings here | |
| "word_separators": "./()\"'<>~!@#%^*|+=[]{}", | |
| } |
NewerOlder