mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13:43 +08:00
Change container command to contained
A quick follow up to #3306 to touch up two more 'container command' to 'contained command' to match the rest of the doc suite. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
@ -106,13 +106,13 @@ the exit codes follow the `chroot` standard, see below:
|
|||||||
Error: unknown flag: --foo
|
Error: unknown flag: --foo
|
||||||
125
|
125
|
||||||
|
|
||||||
**_126_** if executing a **_container command_** and the the **_command_** cannot be invoked
|
**_126_** if executing a **_contained command_** and the the **_command_** cannot be invoked
|
||||||
|
|
||||||
$ podman run busybox /etc; echo $?
|
$ podman run busybox /etc; echo $?
|
||||||
Error: container_linux.go:346: starting container process caused "exec: \"/etc\": permission denied": OCI runtime error
|
Error: container_linux.go:346: starting container process caused "exec: \"/etc\": permission denied": OCI runtime error
|
||||||
126
|
126
|
||||||
|
|
||||||
**_127_** if executing a **_container command_** and the the **_command_** cannot be found
|
**_127_** if executing a **_contained command_** and the the **_command_** cannot be found
|
||||||
$ podman run busybox foo; echo $?
|
$ podman run busybox foo; echo $?
|
||||||
Error: container_linux.go:346: starting container process caused "exec: \"foo\": executable file not found in $PATH": OCI runtime error
|
Error: container_linux.go:346: starting container process caused "exec: \"foo\": executable file not found in $PATH": OCI runtime error
|
||||||
127
|
127
|
||||||
|
Reference in New Issue
Block a user