goManageDocker

TUI tool to manage your docker images, containers and volumes 🚀.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  gomanagedocker:
    image: kakshipth/gomanagedocker:latest
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
    restart: unless-stopped

Resources

GitHub: https://github.com/ajayd-san/gomanagedocker

Docker Hub: https://hub.docker.com/r/kakshipth/gomanagedocker

Configuration: https://github.com/ajayd-san/gomanagedocker#docker