Skip to content

Instantly share code, notes, and snippets.

View freinet12's full-sized avatar

Freinet Brutus freinet12

View GitHub Profile
@freinet12
freinet12 / install-docker.sh
Created February 17, 2020 17:40 — 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