Well, this is like a duplicate for the issue #5430, but as that is marked as closed, I'm creating this new one to catch your attention.
The problem seems to be the privileged mode. When I run the container without that mode, it runs fine, but with that mode, it throws this:
/usr/sbin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: Permission denied
I'm using a Ubuntu 14.04, 64 bits in host and container's image.
And privileged mode here, is necessary (per dev env requirements).
Well, this is like a duplicate for the issue #5430, but as that is marked as closed, I'm creating this new one to catch your attention.
The problem seems to be the privileged mode. When I run the container without that mode, it runs fine, but with that mode, it throws this:
/usr/sbin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: Permission deniedI'm using a Ubuntu 14.04, 64 bits in host and container's image.
And privileged mode here, is necessary (per dev env requirements).