Skip to content

This script installs Docker and Docker Compose for Ubuntu inside an x86_64 / amd64 System. [Tested for 20.04]

Notifications You must be signed in to change notification settings

michael-engelhardt/install-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Install Docker and Docker Compose on Ubuntu 20.04. (x86_64 / amd64)

Check if this script is usable on your system

dpkg --print-architecture

This should print amd64. Else you should take a look into the Docker Documentation

How to use

Make sure the Script is Executable

sudo chmod +x installdocker.sh

Start the script

sudo /home/${USER}/install-docker/installdocker.sh

${USER} prints automatically your current user. Wherever you downloaded the Repository, /look/for/that/path/installdocker.sh.

About

This script installs Docker and Docker Compose for Ubuntu inside an x86_64 / amd64 System. [Tested for 20.04]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages