apt install podman-docker
Default Stacks Directory: /opt/stacks
Default Port: 5001
Create directories that store your stacks and stores Dockge’s stack
sudo mkdir -p /opt/stacks /opt/dockge
cd /opt/dockge
Download the compose.yaml
sudo curl https://raw.githubusercontent.com/louislam/dockge/master/compose.yaml –output compose.yaml
Start the server
docker compose up -d
If you are using docker-compose V1 or Podman
docker-compose up -d
http://xxx.xxx.xxx.xxx:5001/
Leave a Reply