From 98fec932b5cb40e718691215d07c324f0e5e8d69 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 10 Apr 2021 08:29:25 +0000 Subject: [PATCH] tools/docker: update readme --- tools/docker/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/docker/README.md b/tools/docker/README.md index 0c45417eb3..d5947c743e 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -1,5 +1,16 @@ # Build container +**Docker containers** +- Ubuntu + - bionic (Ubuntu 18.04) + - focal (Ubuntu 20.04) + - groovy (Ubuntu 20.10) + - hirsute (Ubuntu 21.04) +- Debian + - stretch (Debian 9.0) + - buster (Debian 10.0) + - sid (Debian unstable) + **Build docker image** Use the following command to create a docker image and tag it with `libreelec`.