docs: exec not available on windows

This commit is contained in:
Jack Wills
2024-05-24 21:44:16 +00:00
parent 9b7d575a76
commit df449a8537
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ In application controls
| ```( enter )```| Run selected docker command.|
| ```( 1-9 )``` | Sort containers by heading, clicking on headings also sorts the selected column. |
| ```( 0 )``` | Stop sorting.|
| ```( e )``` | Exec into the selected container.|
| ```( e )``` | Exec into the selected container - not available on Windows.|
| ```( h )``` | Toggle help menu.|
| ```( m )``` | Toggle mouse capture - if disabled, text on screen can be selected.|
| ```( q )``` | Quit.|
+2
View File
@@ -681,6 +681,8 @@ impl HelpInfo {
space(),
button_item("e"),
button_desc("exec into a container"),
#[cfg(target_os = "windows")]
button_desc(" - not available on Windows"),
]),
Line::from(vec![
space(),