From 717106797ecf57fd314feed386c825119eff7249 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Fri, 5 Mar 2021 16:53:04 +0100 Subject: [PATCH] docker: added link to ubuntu install guide --- wiki/docker.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/docker.md b/wiki/docker.md index f44fd59..17ad2dd 100644 --- a/wiki/docker.md +++ b/wiki/docker.md @@ -6,6 +6,7 @@ Due to easy handling and reproducable environments it is a useful tool. ## Installation - Arch linux: run `pacman -S docker` to install docker +- Ubuntu: visit [the official installation guide](https://docs.docker.com/engine/install/ubuntu/) ## Run Docker as non-root user