add installdocker
This commit is contained in:
parent
cfd99b00e6
commit
4e3010188a
1 changed files with 6 additions and 0 deletions
|
@ -9,6 +9,12 @@ su root
|
|||
|
||||
To use the setup script for docker-compose, run the following commands.
|
||||
|
||||
```sh
|
||||
echo "Execute Docker Install Scipt"
|
||||
wget https://git.h2-invent.com/Meetling/Docker-Compose/raw/branch/main/installDocker.sh && bash installDocker.sh
|
||||
rm installDocker.sh
|
||||
```
|
||||
|
||||
```sh
|
||||
echo "Download Setup Script"
|
||||
wget https://git.h2-invent.com/Datenschutzcenter/Docker-Compose/raw/branch/main/setup.sh
|
||||
|
|
Loading…
Reference in a new issue