docker Linux 无法记录命令历史记录解决办法 vi ~/.bashrc , 添加如下命令 export PROMPT_COMMAND="history -a; history -r; $PROMPT_COMMAND"