From f8c9e10552a212e640daad253d1696becbd5e4d4 Mon Sep 17 00:00:00 2001 From: Timmy Date: Thu, 26 Mar 2026 13:51:03 +0800 Subject: [PATCH] Add plugin.json for proper plugin installation --- .claude-plugin/plugin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..634c089 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "docker-install", + "description": "Quickly install Docker and docker-compose on Ubuntu LXC containers (Proxmox VE) with automatic LXC compatibility handling", + "version": "1.0.0", + "author": { + "name": "timmy", + "email": "" + } +}