I'm using Docker on windows 10 Home, so docker uses the virtual machine box.
When I run the container below and want to leave the commnand CTRL + P CTRL + Q does not work.
docker run -i -t ubuntu /bin/bash
Try the following
docker run -it --detach-keys "ctrl-p" ubuntu /bin/bash
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With