-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker on ubuntu--groups: cannot find name for group #952
Comments
@hanm2019 |
Before running docker command set following in terminal if default steps used for installation: |
Yes, I install it in ubuntu |
I run in ubuntu OS, so I set the OS_NAME to
|
After
Otherwise docker default built with |
Yes, and my host OS is ubuntu18.04, but I config the
I build the image successfully. |
@hanm2019 is this on a machine which has a networked login? e.g. the passwd and group files are stored on the network? |
I build the docker image in a machine named A and then transfer the image to another machine named B. the |
the image is |
Are the |
Yeah, the |
@hanm2019 above should be part of your issue description. So it will easy to understand the problem and resolved quickly. |
@vvbandeira |
Description
I build the docker image in a machine named A and then transfer the image to another machine named B and then run it with
docker run --rm -it -u $(id -u ${USER}):$(id -g ${USER}) -v $(pwd)/flow:/OpenROAD-flow-scripts/flow openroad/flow-$OS_NAME-builder
get:
Suggested Solution
update the docker start cmd
from
to
this is just for ubuntu :)
Additional Context
No response
The text was updated successfully, but these errors were encountered: