--- 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 ```