From 2e3468eb093e332cdfaab5b8b383fe5f8bf13067 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Tue, 18 May 2021 00:45:07 +0200 Subject: [PATCH] docker: added convenience script --- wiki/docker.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/docker.md b/wiki/docker.md index 7b05bb4..d23ca8c 100644 --- a/wiki/docker.md +++ b/wiki/docker.md @@ -8,6 +8,14 @@ Due to easy handling and reproducable environments it is a useful tool. - Arch linux: run `pacman -S docker` to install docker - Ubuntu: visit [the official installation guide](https://docs.docker.com/engine/install/ubuntu/) +Another possibility is to try the official convenience script. +To get and execute it run the following in your terminal. + +```shell +curl -fsSL https://get.docker.com -o get-docker.sh +sudo sh get-docker.sh +``` + ## Run Docker as non-root user To run docker as a non-root user you need to add your user to the `docker` group.