如何修改已经运行的容器

对于运行中的容器可以通过:

docker exec -it <container_id> bash

在容器中,启动一个shell进程。