Skip to content

Instantly share code, notes, and snippets.

View haotrg035's full-sized avatar

Truong Nhut Hao haotrg035

  • Tools for Change
  • Can Tho, Vietnam
View GitHub Profile
@haotrg035
haotrg035 / install-docker.sh
Created December 10, 2020 16:34 — forked from madkoding/install-docker-deepin.sh
Install Docker-CE script for Deepin Linux
#!/bin/sh
# Shell script to add docker-ce to Deepin Linux repositories
# Remove old docker
sudo apt-get remove -y docker docker-engine docker.io containerd runc
# Install dependencies
sudo apt-get install -y apt-transport-https ca-certificates curl gnupg2 software-properties-common