Skip to content

Commit ed7b6e3

Browse files
authored
Update 2-docker-check.md
1 parent 5d184eb commit ed7b6e3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

content/learning-paths/servers-and-cloud-computing/arm-mcp-server/2-docker-check.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ layout: learningpathall
1010

1111
This section demonstrates just one example of using direct AI chat with the Arm MCP Server. You can use similar natural language prompts to check library compatibility, search for Arm documentation, or analyze code for migration issues.
1212

13-
One of the first steps in migrating a containerized application to Arm is verifying that your base images support the `arm64` architecture. The Arm MCP Server makes this easy with a simple natural language prompt.
13+
A common first step when migrating a containerized application to Arm is verifying that the base container images support the arm64 architecture. The Arm MCP Server simplifies this process by allowing you to ask this question directly using a natural language prompt, without manually inspecting image manifests or registry metadata.
1414

1515
## Example: Legacy CentOS 6 Application
1616

17-
Consider an application built on CentOS 6, a legacy distribution that has reached end-of-life. Here's a Dockerfile that represents a typical x86-optimized compute benchmark application. Copy it to your VS Code with GitHub Copilot or other agentic IDE:
17+
Consider an application built on CentOS 6, a legacy Linux distribution that has reached end of life (EOL). The following Dockerfile represents a typical x86-optimized, compute-heavy benchmark application that you might encounter when migrating older workloads.
18+
19+
Copy this Dockerfile into VS Code using GitHub Copilot or another agentic IDE connected to the Arm MCP Server:
1820

1921
```dockerfile
2022
FROM centos:6
@@ -78,7 +80,7 @@ This Dockerfile has several x86-specific elements:
7880

7981
## Using the Arm MCP Server to Check Compatibility
8082

81-
With the Arm MCP Server connected to your AI assistant, you can check the base image compatibility with a simple prompt:
83+
With the Arm MCP Server connected to your AI assistant, you can quickly verify base image compatibility using a simple natural language prompt:
8284

8385
```text
8486
Check this base image for Arm compatibility

0 commit comments

Comments
 (0)