Files
docker-cli/cli/command/container
Cory Snider 9b5ceb52b0 cli/command/container: exit 126 on EISDIR error
The error returned from "os/exec".Command when attempting to execute a
directory has been changed from syscall.EACCESS to syscall.EISDIR on
Go 1.20. 2b8f214094
Consequently, any runc runtime built against Go 1.20 will return an
error containing 'is a directory' and not 'permission denied'. Update
the string matching so the CLI exits with status code 126 on 'is a
directory' errors (EISDIR) in addition to 'permission denied' (EACCESS).

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-03 17:55:43 -05:00
..
2017-10-26 12:21:02 -04:00
2022-09-30 11:59:11 +02:00
2022-12-29 15:19:24 +01:00
2022-06-28 17:32:09 +02:00
2022-09-30 11:59:11 +02:00
2022-09-30 11:59:11 +02:00
2022-05-13 20:50:19 +02:00
2022-06-28 17:32:09 +02:00
2022-06-28 17:32:09 +02:00
2022-09-30 11:59:11 +02:00
2022-12-29 15:19:24 +01:00
2022-09-30 11:59:11 +02:00
2022-03-26 20:21:00 +01:00
2022-03-26 20:21:00 +01:00
2021-05-24 19:37:53 +01:00
2021-11-05 18:10:51 +01:00
2022-06-28 17:32:09 +02:00
2022-06-28 17:32:09 +02:00
2022-05-02 14:23:07 +02:00
2018-05-11 16:49:43 -07:00
2022-06-28 17:32:09 +02:00