stop-preview

Stop the training-mkdocs Docker container to terminate the MkDocs preview server.

261|325|Updated Aug 27, 2020
One-click install
npx skills add https://github.com/nextflow-io/training --skill stop-preview
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stop-preview
Source: https://github.com/nextflow-io/training/tree/main/.claude/skills/stop-preview
Command: npx skills add https://github.com/nextflow-io/training --skill stop-preview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stop a running MkDocs preview server to free port 8000 and keep workflows moving.

Core Features & Use Cases

  • Stop the MkDocs preview container(s) running with the training-mkdocs image.
  • Confirm the server has been stopped and the port is free for other tasks.
  • Use case: When you need to switch tasks, or you are done editing documentation.

Quick Start

Use the stop-preview skill to stop the MkDocs preview server.

Frequently Asked Questions about stop-preview

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stop an MkDocs preview server running in Docker?▼

To stop an MkDocs preview server, terminate the training-mkdocs Docker container using the stop-preview command. It identifies the running container, stops it, and confirms port 8000 is free.

Why is port 8000 still in use after I finish editing documentation?▼

Port 8000 remains in use because the MkDocs preview server Docker container is still running. You must stop the training-mkdocs container to free the port and switch tasks cleanly.

Do I need Docker access to stop the MkDocs preview server?▼

Yes, Docker access is required to stop the MkDocs preview server. The skill identifies containers using the training-mkdocs image, stops them, and verifies the port is free.

What's the best way to free port 8000 when switching documentation tasks?▼

The best way to free port 8000 is to stop the training-mkdocs Docker container. This terminates the MkDocs preview server and confirms the port is free for other tasks.

Can I confirm the MkDocs server has been stopped and the port is free?▼

Yes, after stopping the training-mkdocs Docker container, the skill confirms the MkDocs preview server has been stopped and verifies port 8000 is free for other workflows.