-- docker Permission denied 或 bash: sudo: command not found
-- 指定root用户进入容器

docker exec -it --user root 21 bash

相关文章: