feat: add docker compose plugin setup

This commit is contained in:
dancingCycle 2022-08-08 08:36:19 +02:00
parent 1c2301deb0
commit c079498776
2 changed files with 33 additions and 0 deletions

View File

@ -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)

View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/