doc: add restart policy to Docker NetBird installation - #711
Conversation
📝 WalkthroughWalkthroughThe Docker setup command now includes ChangesDocker command generation
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/modules/setup-netbird-modal/DockerTab.tsx`:
- Around line 62-64: Remove the --rm flag from the Docker command generated in
the DockerTab component, while preserving the existing --restart unless-stopped
option and all other command arguments.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 52d670d8-9238-454e-bf49-4950096d3119
📒 Files selected for processing (1)
src/modules/setup-netbird-modal/DockerTab.tsx
Hi there
Little documentation improvement for the running command of Docker container for NetBird
I realize with a friend installation that, by default there is no restart policy in the command provided by the helper
Summary by CodeRabbit