Cuong Tran
Results
2
comments of
Cuong Tran
If you are using ubuntu 14.04, I need mount `libapparmor.so.1.1.0` on physical to `libapparmor.so.1` on docker. Because, on physical server, `libapparmor.so.1` symbol link to `libapparmor.so.1.1.0`. Example: ``` docker run -it...
This problem can be solved by using docker-entrypoint.sh 1. Using variable like MAP_USERID. 2. When running Docker Container, the first command to be run is `docker-entrypoint.sh`, will run usermod and...