Skip to content

Instantly share code, notes, and snippets.

View krailis's full-sized avatar

Konstantinos Railis krailis

  • Synelixis Solutions S.A.
  • Athens, Greece
  • X @krailis
View GitHub Profile
@krailis
krailis / install_docker.sh
Created July 21, 2019 18:46
Install Docker & Docker Compose
#!/bin/bash
# Perform an update and install essentials
sudo apt-get update
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
software-properties-common