Skip to content

Instantly share code, notes, and snippets.

View rikenmehta03's full-sized avatar

rmehta rikenmehta03

  • Amazon.com
  • San Francisco
View GitHub Profile
@rikenmehta03
rikenmehta03 / docker_setup.sh
Last active November 21, 2021 02:51
Script to install & setup docker and related tools.
#!/usr/bin/env bash
: '
Script works on Ubuntu 16.04 & Ubuntu 14.04
Installation script for docker
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04
'
sudo apt-get remove -y docker docker-engine docker.io