Deal All:
I start a container by follow command:
docker run -v /root/install:/mnt --net=host --name=softtest -it --privileged=true 50df194e281b /bin/bash
but I get errors when I create a new user by follow command in above container:
useradd -d /home/softtest -m softtest
only error info:System error
if I use “–net=bridge” to create container, there is no error.
HOST OS:
Ubuntu 12.04.5 LTS
IMAGE OS:
SUSE Linux Enterprise Server 11 SP3 (x86_64)
Docker:
Client:
Version: 1.11.1
API version: 1.23
Go version: go1.5.4
Git commit: 5604cbe
Built: Tue Apr 26 23:24:27 2016
OS/Arch: linux/amd64
Server:
Version: 1.11.1
API version: 1.23
Go version: go1.5.4
Git commit: 5604cbe
Built: Tue Apr 26 23:24:27 2016
OS/Arch: linux/amd64
Thanks