You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: keep name-based stop inside the current project
`stop --name` filtered background sessions of every project, so the name
collision the positional form now guards against was still reachable
through the flag. Both forms are project-scoped; an unresolvable project
matches nothing instead of the whole host.
Only a complete container ID may extend a recorded (truncated) one, since
a value of some length in between cannot be verified against it.
Copy file name to clipboardExpand all lines: docs/persistence.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ enclave resume # Session picker (falls back to continue)
14
14
15
15
If a container name is already in use, a new session starts with a unique name. Use `exec` to attach to the default container name.
16
16
17
-
Containers are named `enclave-<tool>-<project-hash>-<session>`, so the same session name can be used in several projects. `attach`, `stop <name>`, and `theia` resolve a session name within the current project first; when a name matches containers in more than one project, the candidates are listed and a full container name must be passed. `attach` and `theia` also accept a name that only exists in another project; `stop` does not, since removing a container is destructive — pass its container name instead.
17
+
Containers are named `enclave-<tool>-<project-hash>-<session>`, so the same session name can be used in several projects. `attach`, `stop <name>`, and `theia` resolve a session name within the current project first; when a name matches containers in more than one project, the candidates are listed and a full container name must be passed. `attach` and `theia` also accept a name that only exists in another project; `stop` does not — neither by argument nor by `--name` — since removing a container is destructive: pass its container name instead.
0 commit comments