From c07949877689c5c5a90e7f482a09bc2066c62c1c Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 8 Aug 2022 08:36:19 +0200 Subject: [PATCH] feat: add docker compose plugin setup --- doc/docker-compose-plugin.md | 28 ++++++++++++++++++++++++++++ doc/docker-compose-plugin.md.license | 5 +++++ 2 files changed, 33 insertions(+) create mode 100644 doc/docker-compose-plugin.md create mode 100644 doc/docker-compose-plugin.md.license diff --git a/doc/docker-compose-plugin.md b/doc/docker-compose-plugin.md new file mode 100644 index 0000000..9e958e0 --- /dev/null +++ b/doc/docker-compose-plugin.md @@ -0,0 +1,28 @@ +# Setup Docker Compose Plugin + +## General + +* update your APT cache using +``` +sudo apt update +``` + +## Prerequisites + +* install Docker like [this](./docker.md) + +## Install Docker Compose Plugin + +* install +``` +sudo apt-get install docker-compose-plugin +``` + +* verify installation +``` +docker compose version +``` + +## Links + +[Install Docker Compose CLI plugin](https://docs.docker.com/compose/install/compose-plugin/#installing-compose-on-linux-systems) diff --git a/doc/docker-compose-plugin.md.license b/doc/docker-compose-plugin.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/docker-compose-plugin.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */