How to enter in a Docker container already running with a new TTY

前端 未结 11 1369
你的背包
你的背包 2020-11-29 14:20

I have a container that is running the Apache service in the foreground. I would like to be able to access the container from another shell in order to \"poke around\" insid

11条回答
  •  无人及你
    2020-11-29 14:50

    I started powershell on a running microsoft/iis run as daemon using

    docker exec -it  powershell
    

提交回复
热议问题