Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

add two parameters, privileged and mounts #87

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jsky1989
Copy link

@Jsky1989 Jsky1989 commented Aug 7, 2017

  1. Add priviledged parameter because of "perission denied". The scene is as follows:
    my host enviroment is centos7, selinux mode is enforcing, when use a general account(useid=1001) to cross compile, it appear "perission denied" error, because there is no such account(useid=1001) in docker container enviroment, the owner and group of the mounted folders is 1001, so "perission denied" occurs(This situaion will not appear in ubuntu). There are two kinds of solutions is that start a priviledged container or set the selinux mode to permissive.
  2. When compile cgo codes, the g++ flag of LDFLAGS need specify libpath to seach libs, so add mounts parameter to implement user-deined mount directories.

@Jsky1989
Copy link
Author

Ping @karalabe

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant