Hi, Arce Moreno Thank you for your response. Yes, I have added two account into docker group at host machine. One is root. The other is non-root account which have the same name with container's non-root account. Thanks Dehao -----Original Message----- From: Arce Moreno, Abraham Sent: Thursday, August 23, 2018 12:08 AM To: Shang, Dehao <dehao.shang@intel.com>; starlingx-discuss@lists.starlingx.io Subject: RE: build Starlingx Image Hi Dehao,
When I try to build starlingx image, i have some problems and can't resolve it.
At setup building Docker Container, step 7: make build At building process, executing the below command will fails. RUN useradd -r -u $MYUID -g cgts -m $MYUNAME && ln -s /home/$MYUNAME/.ssh /mySSH Error is useradd: UID 0 is not unique.
Anybody have ideal to this issue.
Not from this side, is you user part of docker group? are you executing with sudo?