From 1d1bc77300d809949e4cd2b4c1b1af26a4ad22b2 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 12 May 2023 11:25:34 +0200 Subject: [PATCH] Remove separate compose plugin installation (#23) It's already part of the docker installation guide. Signed-off-by: Christian Berendt --- docs/on-premise.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/on-premise.md b/docs/on-premise.md index 839cb1b..32cfebd 100644 --- a/docs/on-premise.md +++ b/docs/on-premise.md @@ -113,10 +113,7 @@ Docker and the Docker Compose Plugin for Docker must be installed and usable on virtual system in a current version. In a reasonably recent version. Doesn't have to be the last version. -The installation of this is documented on docs.docker.com. - -* https://docs.docker.com/engine/install/ -* https://docs.docker.com/compose/install/linux/ +The installation of this is documented on docs.docker.com: https://docs.docker.com/engine/install/ It basically doesn't matter what operating system it is. It must be Docker usable with Docker Compose.