# gordon-docker > Docker AI Agent (Gordon) integration skill. Provides intelligent Docker operations including build optimization, security scanning, and troubleshooting. - Author: Hamza Bhatti - Repository: hamzabhatti143/Phase-5-Todo-App - Version: 20260208175503 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-08 - Source: https://github.com/hamzabhatti143/Phase-5-Todo-App - Web: https://mule.run/skillshub/@@hamzabhatti143/Phase-5-Todo-App~gordon-docker:20260208175503 --- --- name: gordon-docker description: Docker AI Agent (Gordon) integration skill. Provides intelligent Docker operations including build optimization, security scanning, and troubleshooting. --- # Gordon Docker AI Skill Provides AI-assisted Docker operations using Gordon. ## Prerequisites - Docker Desktop 4.53+ - Gordon enabled in Settings > Beta features ## Capabilities ### Discovery docker ai "What can you do?" ### Dockerfile Creation docker ai "Create a Dockerfile for FastAPI app with Python 3.11" docker ai "Optimize this Dockerfile for production" ### Image Operations docker ai "Build image for backend service" docker ai "Why is my image so large?" docker ai "Scan image for vulnerabilities" ### Container Troubleshooting docker ai "Why is container failing to start?" docker ai "Check container logs for errors" docker ai "Debug networking issues" ## Usage in Claude Code Gordon automatically assists with Docker operations when you describe your intent: "I need to containerize my FastAPI backend with optimized layers" "Help me debug why the container keeps restarting" "Scan my images for security vulnerabilities" ## Best Practices 1. Describe intent clearly 2. Provide context about your application 3. Let Gordon suggest optimizations 4. Review generated Dockerfiles 5. Test in development first