Create Custom MCP Catalogs and Profiles | Docker

Learn how to create your own custom MCP catalog and maintain separate server collections and configurations for smooth transitions between workflows.

Docker
Docker Init was introduced in Docker Desktop 4.27, before LLMs became the default answer to everything. It’s a "smart" interactive wizard that analyzes your project and generates: A Dockerfile (multi-stage, production-ready) A compose.yaml file A .dockerignore file A README.Docker.md with build and run instructions What makes it valuable is that it’s deterministic—not a...
#docker #dockercommandos #dockerdesktop
https://foojay.io/today/dockerizing-a-java-26-project-with-docker-init/
Dockerizing a Java 26 Project with Docker Init

Java 26 came out in March 2026. This article walks you through Dockerizing a Java 26 Spring Boot project using Docker Init.

foojay
How to Analyze Hugging Face for Arm64 Readiness | Docker

Learn how to scan Hugging Face Spaces for Arm64 readiness using Docker MCP Toolkit and Arm MCP Server in minutes.

Docker

New annoying thing with #DockerDesktop: after every reboot it logs out of my private registry so when I want to `docker compose up` my project it wants to rebuild everything because it doesn't have access to the registry...

#Docker #macOS

Docker Offload GA: The Full Power of Docker | Docker

Docker Offload is now generally available. Docker runs in any environment, even VDIs, no workarounds, no compromise. Built for enterprise teams.

Docker
Women in AI: Cecilia Liu on Docker MCP Strategy | Docker

Meet Cecilia Liu, Senior Product Manager at Docker, on the vision for Docker’s MCP Catalog and Toolkit, making MCP servers easy to discover, run, and govern.

Docker
Gordon: Docker’s AI Agent That Understands Your Containers% | Docker

Meet Gordon, Docker’s AI agent built into Docker Desktop. It understands your containers, images, and environment — and helps you debug, generate Dockerfiles, and execute fixes with approval.

Docker
Deploy SurrealDB with Docker Desktop Extension | Docker

Deploy SurrealDB in Docker Desktop with its extension, then build a WhatsApp RAG chatbot using vectors, graphs, and real-time queries all in one database.

Docker
Atlassian MCP Server: Quick Start with Your Favorite Agent | Docker

Connect AI assistants to Jira and Confluence via the Atlassian MCP server in Docker’s MCP Catalog and Toolkit. No manual installs, just one-click enablement.

Docker

@GuillaumeRossolini May I ask which OS your server runs on? What do you use for the "container"ization? (I do see Docker runs containers and they have a GUI called Docker Desktop)

Asking bc my simple setup has most staged websites in /var/www/html under a subfolder. All sites/subfolders in var/www/html are accessible tp the outside world via A DynDNS address -- mysiteexample.endofinternet.net:8008/mywebsitefolder

#DockerDesktop #Docker #Containerization #LAMPStack #DynDNS