it seems like the "ps" command is no longer part of the image: C:\>docker exec -it 815d7894e551 ps -aux OCI runtime exec failed: exec failed: unable to start container process: exec: "ps": executable file not found in $PATH: unknown
@LearnCantrill Жыл бұрын
thanks, we're looking to fix this .. you can move on in the course without this being an issue.
@SriPemmaraju Жыл бұрын
It just means that command/binary `ls` is not available. You can run any other command like "df" to make sure a common is executed inside the docker container.
@betterturns2120 Жыл бұрын
Running in Ubuntu, no lock trying to use apt-get
@elyacoubiahmed654410 ай бұрын
@@betterturns2120the image is based on CentOS so you need to use yum
@ChannelDefault2 жыл бұрын
Your KZbin channel is so underrated. I hope to see Azure courses from you (similar to the AWS ones)
@LearnCantrill2 жыл бұрын
You should checkout learn.cloudlee.io for azure courses, similar style :)
@trollberserker15154 ай бұрын
Brilliant! Thank you
@Ocelus379Ай бұрын
For the command docker exec -it ps -aux in this lesson I got the error: OCI runtime exec failed: exec failed: unable to start container process: exec: "ps": executable file not found in $PATH: unknown
@michaelh98752 жыл бұрын
im buying every course you will ever create
@LearnCantrill2 жыл бұрын
Haha thanks. Glad you like it.
@AnshuBhatiabeckymoe Жыл бұрын
I am also getting the same error. "OCI runtime exec failed: exec failed: unable to start container process: exec: "ps": executable file not found in $PATH: unknown"