Dockhand Hawser Docker Compose Agent
Installation Guides for Software and Se...
Dockhand
To install Docker Compose Agent for Dockhand
version: '3.8'
services:
hawser:
image: ghcr.io/finsys/hawser:latest
container_name: hawser
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- hawser_stacks:/data/stacks
...