Related questions
How to set the locale inside a Debian/Ubuntu Docker container?
I'm running a Ubuntu Docker container. I have a Norwegian keyboard and need to use Norwegian characters (øæå).
My Terminal character encoding is set to UTF-8 and I'm connected to my container using SSH. However, I'm unable to type Norwegian characters, …
Switching users inside Docker image to a non-root user
I'm trying to switch user to the tomcat7 user in order to setup SSH certificates.
When I do su tomcat7, nothing happens.
whoami still ruturns root after doing su tomcat7
Doing a more /etc/passwd, I get the following result …
How make openvpn work with docker
I have recently installed privacy vpn, and it turns out that enabled openvpn breaks docker.
When I try to run docker-compose up i get following error
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to …