|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>Docker Developer Tools - Cursor Plugin</title> |
7 | | -<meta name="description" content="Expert Docker workflows inside Cursor IDE. 17 skills, 10 rules, 140 MCP tools."> |
| 7 | +<meta name="description" content="Expert Docker workflows inside Cursor IDE. 17 skills, 10 rules, 150 MCP tools."> |
8 | 8 | <meta name="theme-color" content="#0db7ed"> |
9 | 9 | <meta property="og:type" content="website"> |
10 | 10 | <meta property="og:title" content="Docker Developer Tools - Cursor Plugin"> |
11 | | -<meta property="og:description" content="Expert Docker workflows inside Cursor IDE. 17 skills, 10 rules, 140 MCP tools."> |
| 11 | +<meta property="og:description" content="Expert Docker workflows inside Cursor IDE. 17 skills, 10 rules, 150 MCP tools."> |
12 | 12 | <meta property="og:image" content="docs/assets/og-card.jpg"> |
13 | 13 | <meta property="og:url" content="https://tmhsdigital.github.io/Docker-Developer-Tools/"> |
14 | 14 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
|
241 | 241 | <h1><span>Docker</span> Developer Tools</h1> |
242 | 242 | <p class="tagline">Expert Docker workflows, live container data, and real-time linting - all inside Cursor IDE.</p> |
243 | 243 | <div class="pills"> |
244 | | - <span class="pill blue">v0.11.0</span> |
| 244 | + <span class="pill blue">v0.12.0</span> |
245 | 245 | <span class="pill">CC BY-NC-ND 4.0</span> |
246 | 246 | <span class="pill">Cursor Plugin</span> |
247 | 247 | </div> |
@@ -497,7 +497,7 @@ <h3><span class="rule-icon">⚖</span> compose-scaling</h3> |
497 | 497 | <!-- MCP TOOLS TABLE --> |
498 | 498 | <section id="mcp-tools"> |
499 | 499 | <div class="container"> |
500 | | - <h2 class="section-title reveal">140 MCP Tools</h2> |
| 500 | + <h2 class="section-title reveal">150 MCP Tools</h2> |
501 | 501 | <p class="section-subtitle reveal">Live Docker data, container lifecycle, image pipeline, complete Compose V2, volume/network CRUD, resource cleanup, buildx, manifests, context management, and registry authentication via the companion MCP server.</p> |
502 | 502 | <div class="tools-table-wrap reveal"> |
503 | 503 | <table class="tools-table"> |
@@ -716,6 +716,40 @@ <h3>Docker Content Trust <span class="tool-count">4 tools</span></h3> |
716 | 716 | <tr><td class="tool-name">docker_trustKey</td><td>Manage signing keys</td></tr> |
717 | 717 | </tbody> |
718 | 718 | </table> |
| 719 | + <h3 class="tool-category">Utility (2)</h3> |
| 720 | + <table> |
| 721 | + <thead><tr><th>Tool</th><th>Description</th></tr></thead> |
| 722 | + <tbody> |
| 723 | + <tr><td class="tool-name">docker_version</td><td>Show Docker client and server version info</td></tr> |
| 724 | + <tr><td class="tool-name">docker_composeVersion</td><td>Show Docker Compose version info</td></tr> |
| 725 | + </tbody> |
| 726 | + </table> |
| 727 | + <h3 class="tool-category">Compose Extras (1)</h3> |
| 728 | + <table> |
| 729 | + <thead><tr><th>Tool</th><th>Description</th></tr></thead> |
| 730 | + <tbody> |
| 731 | + <tr><td class="tool-name">docker_composeWatch</td><td>Watch build context and auto-rebuild on file changes</td></tr> |
| 732 | + </tbody> |
| 733 | + </table> |
| 734 | + <h3 class="tool-category">Docker Scout (3)</h3> |
| 735 | + <table> |
| 736 | + <thead><tr><th>Tool</th><th>Description</th></tr></thead> |
| 737 | + <tbody> |
| 738 | + <tr><td class="tool-name">docker_scoutQuickview</td><td>Quick overview of image vulnerabilities</td></tr> |
| 739 | + <tr><td class="tool-name">docker_scoutCves</td><td>List CVEs found in an image</td></tr> |
| 740 | + <tr><td class="tool-name">docker_scoutRecommendations</td><td>Get base image update recommendations</td></tr> |
| 741 | + </tbody> |
| 742 | + </table> |
| 743 | + <h3 class="tool-category">Plugin Management (4)</h3> |
| 744 | + <table> |
| 745 | + <thead><tr><th>Tool</th><th>Description</th></tr></thead> |
| 746 | + <tbody> |
| 747 | + <tr><td class="tool-name">docker_pluginLs</td><td>List installed Docker plugins</td></tr> |
| 748 | + <tr><td class="tool-name">docker_pluginInstall</td><td>Install a Docker plugin from a registry</td></tr> |
| 749 | + <tr><td class="tool-name">docker_pluginRm</td><td>Remove one or more Docker plugins</td></tr> |
| 750 | + <tr><td class="tool-name">docker_pluginEnable</td><td>Enable a disabled Docker plugin</td></tr> |
| 751 | + </tbody> |
| 752 | + </table> |
719 | 753 | </div> |
720 | 754 | </div> |
721 | 755 | </section> |
@@ -878,20 +912,20 @@ <h3>v0.10.0 <span class="tag upcoming-tag">Released</span></h3> |
878 | 912 |
|
879 | 913 | <div class="timeline-item"> |
880 | 914 | <div class="timeline-dot"></div> |
881 | | - <h3>v0.11.0 <span class="tag current-tag">Current</span></h3> |
| 915 | + <h3>v0.11.0</h3> |
882 | 916 | <p>Swarm Stacks, Configs, Secrets, Trust - 18 tools: stack deploy, config/secret CRUD, Docker Content Trust.</p> |
883 | 917 | </div> |
884 | 918 |
|
885 | 919 | <div class="timeline-item"> |
886 | 920 | <div class="timeline-dot"></div> |
887 | | - <h3>v0.12.0 <span class="tag upcoming-tag">Planned</span></h3> |
| 921 | + <h3>v0.12.0 <span class="tag current-tag">Current</span></h3> |
888 | 922 | <p>Niche, Scout, Extras - 10 tools: version info, Scout CVEs/recommendations, compose watch, plugin management.</p> |
889 | 923 | </div> |
890 | 924 |
|
891 | 925 | <div class="timeline-item"> |
892 | 926 | <div class="timeline-dot"></div> |
893 | 927 | <h3>v1.0.0 <span class="tag upcoming-tag">Planned</span></h3> |
894 | | - <p>Stable release - finalized APIs, full test coverage, comprehensive docs, ~150 MCP tools.</p> |
| 928 | + <p>Stable release - finalized APIs, full test coverage, comprehensive docs, 150 MCP tools.</p> |
895 | 929 | </div> |
896 | 930 |
|
897 | 931 | </div> |
|
0 commit comments