Skip to content

Instantly share code, notes, and snippets.

View makeros's full-sized avatar

Arek Czogała makeros

View GitHub Profile

Keybase proof

I hereby claim:

  • I am makeros on github.
  • I am makeros (https://keybase.io/makeros) on keybase.
  • I have a public key ASAxqq_yA_IeSTSC_HG9zJSNfhwsLSGEQPYwvg_CCiMtJQo

To claim this, I am signing this object:

#
# Docker certificates
#
# IMPORTANT: before executing this script set a HOST environment variable to you machine (i.ex. external ip address which
# will be used for docker clients)
# For more info visit: https://docs.docker.com/engine/security/https/
#
sudo apt-get update
sudo apt-get install openssl
#!/bin/bash
#
# Install docker from repository
#
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get update
function createNavMenuItem () {
var el = document.createElement("a");
el.className = "cp2-panel-menu";
el.appendChild(document.createTextNode("CP2"));
el.style.color = "red";
el.target = "cp";
return el;
}
function getUserEmail() {