-
-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting and FAQ
Yusuke Abe edited this page Aug 10, 2026
·
3 revisions
Splits README's Common errors / doctor / FAQ sections into a page users will actually search first.
- What
[OK]/[WARN]/[FAIL]mean, and the resulting exit code - What's checked (WSL2, interop, WSLC, config, architecture, Git)
- Why a Git problem is only a warning
- WSLC not found (the
autolookup order; how to install/update) - Docker Hub authentication (the
wslc registry loginguidance) - Slow boot with a bind-mounted app directory (symptom, cause, pointer to Guides)
- CPU architecture mismatch (
docker buildx imagetools inspect/buildx build --platformexamples)
- Which mode should I start with?
- Can I use
dependencies:andcompose:together? - What's the difference between
mode: composeandmode: compose-native? - Why would I need
compose-nativeifdependencies:already gives me sidecars? - What happens to
compose-nativeoncewslcgets native Compose support? - Is
sync:required? - How does
wipactually fix the slow bind-mount boot problem? - Is it safe to put passwords/secrets in
wip.yml? -
wslc.exe/wslcisn't found — what do I do? - Do I need to rename
interaction:when migrating from dip?
- What to include (CONTRIBUTING.md link: your
wip.yml, the exact command and output,WIP_DEBUG=1output,wip doctoroutput, OS/WSL/WSLC versions)
Introduction
Modes
Configuration
- Configuration Reference
- Config File Discovery
- Dependencies
- Networking
- Interactions
- Restart Policies
- Env Files
- Secret Masking
- Dockerignore
- Shadow Build Context
- Source Sync
- Sync Modes
compose.yml support
- Compose File Support
- Compose Build
- Compose Depends On
- Compose Profiles
- Compose Variable Interpolation
Commands
- CLI Command Reference
- wip init
- wip version
- wip doctor
- wip config
- wip build
- wip up
- wip stop
- wip down
- wip exec
- wip run
- wip shell
- wip logs
- wip sync
- wip dispatch
- Global Options
- Debug Output
- TTY Allocation
Guides
- Guides
- Migrating from dip
- Reusing an Existing compose.yml
- Fixing a Slow Boot
- Continuous Sync
- Auto Restarting Containers
- Multi Arch Images
- Using wip in CI
Troubleshooting
- Troubleshooting & FAQ
- FAQ
- Configuration Errors
- WSLC Not Found
- Registry Authentication
- Architecture Mismatch
- Volume Limit Reached
- rsync Not Found
- Reporting Issues
Comparison
Project