How to use powershell to interact with docker container ("r" command not found) – Debian
My OS is Windows. When creating a Docker container and interacting with it using Windows powershell: docker create -i --name test_container debian docker container start -i test_container And running a command such as ls, then it gives the following error:…