Skip to content

Instantly share code, notes, and snippets.

View JollyWizard's full-sized avatar

James Arlow JollyWizard

View GitHub Profile
@JollyWizard
JollyWizard / install-dockerce-mint19.2.sh
Created December 6, 2019 16:24
Install Docker-CE on Linux Mint 19.2
#!/usr/bin/env bash
# Modified from another gist I lost the link to.
# Adapting from older instructions seems to require:
# * Change Distro slug for `add-apt-repository` to `bionic`. `(lsb-release...` method doesn't work with mint.
# * Use recommended package titles from current ubuntu install instructions on dockers website.
# https://docs.docker.com/install/linux/docker-ce/ubuntu/
sudo apt-get install -y \
apt-transport-https \