Skip to content

Instantly share code, notes, and snippets.

View renanbonette's full-sized avatar

Renan Bonette renanbonette

  • Natura Cosmetics
  • Brasil
View GitHub Profile
1 hostname elliot-01
2 echo elliot-01 > /etc/hostname
3 bash
4 vim /etc/modules-load.d/k8s.conf
5 curl -fsSL https://get.docker.com | bash
6 docker version
7 docker ps
8 apt-get update && apt-get install -y apt-transport-https
9 curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
10 echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" > /etc/apt/sources.list.d/kubernetes.list
@renanbonette
renanbonette / gist:3bb381122c2a4759e58ec090fec4f514
Created September 23, 2017 17:11
Bibliotecas Server Side Render
Next