mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-05-18 00:47:48 +08:00
Merge pull request #1914 from ktock/updatedebugdocs
This commit is contained in:
commit
13ec635988
@ -116,12 +116,12 @@ Available commands are:
|
|||||||
disconnect disconnect a client from a buildx server. Specific session ID can be specified an arg
|
disconnect disconnect a client from a buildx server. Specific session ID can be specified an arg
|
||||||
exec execute a process in the interactive container
|
exec execute a process in the interactive container
|
||||||
exit exits monitor
|
exit exits monitor
|
||||||
help shows this message
|
help shows this message. Optionally pass a command name as an argument to print the detailed usage.
|
||||||
kill kill buildx server
|
kill kill buildx server
|
||||||
list list buildx sessions
|
list list buildx sessions
|
||||||
ps list processes invoked by "exec". Use "attach" to attach IO to that process
|
ps list processes invoked by "exec". Use "attach" to attach IO to that process
|
||||||
reload reloads the context and build it
|
reload reloads the context and build it
|
||||||
rollback re-runs the interactive container with initial rootfs contents
|
rollback re-runs the interactive container with the step's rootfs contents
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build controllers
|
## Build controllers
|
||||||
|
@ -28,7 +28,7 @@ Usage:
|
|||||||
attach ID
|
attach ID
|
||||||
|
|
||||||
ID is for a session (visible via list command) or a process (visible via ps command).
|
ID is for a session (visible via list command) or a process (visible via ps command).
|
||||||
If you attached to a process, use Ctrl-c-a for switching the monitor to that process's STDIO.
|
If you attached to a process, use Ctrl-a-c for switching the monitor to that process's STDIO.
|
||||||
`,
|
`,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user