进入容器

来自linuxsa wiki
跳转到导航 跳转到搜索

四、使用docker exec进入Docker容器

 docker exec -it b06fae9dcf21 /bin/bash

see also

进入Docker容器的4种方式