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 + */