Skip to content

Instantly share code, notes, and snippets.

View solerwell's full-sized avatar

soler solerwell

  • Netease
  • Beijing
View GitHub Profile
@solerwell
solerwell / install-docker.sh
Created November 30, 2019 17:04 — forked from sethbergman/install-docker.sh
Install Docker CE on Linux Mint 19
#!/usr/bin/env bash
# https://docs.docker.com/install/linux/docker-ce/ubuntu/
sudo apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common