Skip to content

fix: make Docker Compose and Docker Run sections self-contained#256

Open
manato-tajiri wants to merge 1 commit into
gamosoft:mainfrom
manato-tajiri:fix/self-contained-docker-setup
Open

fix: make Docker Compose and Docker Run sections self-contained#256
manato-tajiri wants to merge 1 commit into
gamosoft:mainfrom
manato-tajiri:fix/self-contained-docker-setup

Conversation

@manato-tajiri

Copy link
Copy Markdown

Problem

The Docker Compose and Docker Run sections in the README were not self-contained. Users jumping directly to these sections would run without existing, causing Docker to create it as a directory (Docker's behavior when binding a non-existent file path to a container).

Fix

Each Docker section now includes all prerequisite commands inline:

  • Option 1 (Docker Compose): Added , for , , before the compose commands. Added PowerShell code block for Windows users.
  • Option 2 (Docker Run): Added , for , , before the command. Added PowerShell code block for Windows users.

Each section is now a complete copy-paste solution that works without referencing other sections.

Fixes the issue where was created as a directory by Docker when users jumped directly to the Docker Compose section without completing prerequisite setup steps.

- Add mkdir, curl/Invoke-WebRequest commands inline in both Docker sections
- Add PowerShell code blocks for Windows users
- Each section is now a complete copy-paste solution
- Fixes the issue where config.yaml was created as a directory by Docker
  when users jumped directly to the Docker Compose section without
  completing prerequisite setup steps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant