fix(ssh): do not enable ssh automatically

This commit is contained in:
2025-04-01 17:08:52 -06:00
parent a74251b119
commit f32b3dd269
6 changed files with 20 additions and 4 deletions

View File

@@ -87,6 +87,9 @@ mcx https://github.com/username/repo --mcp github
# Shorthand with an initial command
mcx . --run "apt-get update && apt-get install -y my-package"
# Enable SSH server in the container
mcx --ssh
```
## Driver Management