Skip to content

Instantly share code, notes, and snippets.

View Qquanwei's full-sized avatar
💭
Busyman

李权威 Qquanwei

💭
Busyman
View GitHub Profile
@Qquanwei
Qquanwei / install_container_service.sh
Last active August 26, 2019 07:46 — forked from carlosedp/install_container_service.sh
Install Container services (Docker/Kubernetes) on Debian/Ubuntu
#!/bin/bash
echo "Container Linux installation script"
echo "This will install:"
echo " - Docker Community Edition"
echo " - Docker Compose"
echo " - Kubernetes: kubeadm, kubelet and kubectl"
echo ""
set -xeo pipefail