When I'm testing some SQL I often need to paste or type it on the terminal, and by default special characters (such as #, é, ã) will not output correctly unless you start the container with a UTF-8 locale set (e.g. C.UTF-8).
The Ubuntu image, for example, has this documented. We could at least add a reference to it in the README.