Command not found

Can anyone help me to clarify why in bash, when I try to execute the command such as docker cp or docker ps, it always gives “docker command not found” output ?

Thanks in advance

Happened to me, when you excecute the virtual machine from Docker your bash console automatically changes to that virtual PC. Open another bash terminal and execute that comand and it will be just fine :slight_smile:
If you want to copy something to the virtual machine make sure you have your Id with docker ps.
Regards
Julian