Skip to content

matteovivona/dockerstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerstaller

terminal License: GPL v3 Tested 16.04 18.04 20.04

An automagical script to install (in less than one minute) Docker and Docker Compose on Ubuntu.

Usage

Open a terminal and SSH into the VM where you want to run Docker.

  1. Add repos and install Docker with:
curl https://raw.githubusercontent.com/tehKapa/dockerstaller/master/install.sh | bash
  1. Welcome aboard!

N.B. With this script you will be able to use Docker as a non-root user

OS requirements

To install Docker CE, you need the 64-bit version of one of these Ubuntu versions:

  • Focal Fossa 20.04 (LTS)
  • Bionic 18.04 (LTS)
  • Xenial 16.04 (LTS)

Docker CE is supported on x86_64 (or amd64), armhf, arm64, s390x (IBM Z), and ppc64le (IBM Power) architectures.

Reference

Get Docker Engine - Community for Ubuntu