discovering a brave new world
May. 25th, 2021 12:58 pmSo, on your mac, you have docker installed. Ok.
Then you say
docker run --rm -it ubuntu /bin/bash, and voilá, ubuntu is downloaded and installed inside your docker, and since you said -it, which means "interactive", you have a bash prompt. Maybe you should use fish.
Anyway, try >uname -a. We are not in Kansas anymore!