Chinese docker does not support the command line into the container / bin / bash after

Add a LANG = C.UTF-8 Environment Variables
 
docker exec -it mysql env LANG=C.UTF-8 /bin/bash
 
Reference: https://blog.csdn.net/ye_guoyun/article/details/97311313

Guess you like

Origin www.cnblogs.com/xwgli/p/12310363.html