Hi there,
When I’m using the console of a docker container I cannot type in the pipe symbol, “|”.
This is sometimes needed as example for:
ps auxw|grep process
My local keyboard is swiss-german on a mac. normaly I get the pipe with alt-7 but not on the console, I just get no feedback when I use the same key combination.
@vincent I have to come back with this problem.
Can you explain why I can type the pipe symbol when I’m connected via ‘docker exec -ti’ ?
This is not possible via the web console?