docs: exec not available on windows
This commit is contained in:
@@ -101,7 +101,7 @@ In application controls
|
|||||||
| ```( enter )```| Run selected docker command.|
|
| ```( enter )```| Run selected docker command.|
|
||||||
| ```( 1-9 )``` | Sort containers by heading, clicking on headings also sorts the selected column. |
|
| ```( 1-9 )``` | Sort containers by heading, clicking on headings also sorts the selected column. |
|
||||||
| ```( 0 )``` | Stop sorting.|
|
| ```( 0 )``` | Stop sorting.|
|
||||||
| ```( e )``` | Exec into the selected container.|
|
| ```( e )``` | Exec into the selected container - not available on Windows.|
|
||||||
| ```( h )``` | Toggle help menu.|
|
| ```( h )``` | Toggle help menu.|
|
||||||
| ```( m )``` | Toggle mouse capture - if disabled, text on screen can be selected.|
|
| ```( m )``` | Toggle mouse capture - if disabled, text on screen can be selected.|
|
||||||
| ```( q )``` | Quit.|
|
| ```( q )``` | Quit.|
|
||||||
|
|||||||
@@ -681,6 +681,8 @@ impl HelpInfo {
|
|||||||
space(),
|
space(),
|
||||||
button_item("e"),
|
button_item("e"),
|
||||||
button_desc("exec into a container"),
|
button_desc("exec into a container"),
|
||||||
|
#[cfg(target_os = "windows")]
|
||||||
|
button_desc(" - not available on Windows"),
|
||||||
]),
|
]),
|
||||||
Line::from(vec![
|
Line::from(vec![
|
||||||
space(),
|
space(),
|
||||||
|
|||||||
Reference in New Issue
Block a user