Removed mklink for git

This commit is contained in:
2024-11-06 12:39:13 -07:00
parent a6071a4073
commit 11bb8c848c
263 changed files with 19951 additions and 1508 deletions

38
_-Review/dockge.md Normal file
View File

@ -0,0 +1,38 @@
---
created: 2024-07-02T02:28:15.000Z
type: note
updated: 2024-08-05T21:40:29.133Z
---
# Dockge
```bash Mon Jul 01 2024 19:11:42 GMT-0700 (Mountain Standard Time)
mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge
curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml
docker compose up -d
find / -name "compose.yaml" 2>/dev/null
```
```bash Fri Jul 26 2024 12:02:49 GMT-0700 (Mountain Standard Time)
cd /tmp
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
docker ps -a
exit
cd /tmp
mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge
curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml --output compose.yaml
docker compose up -d
```