Skip to content
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

Adding nss_wrapper support #197

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

dhenry123
Copy link

It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md

+++

dHENRY added 2 commits April 8, 2024 20:23
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
@Ravinou
Copy link
Owner

Ravinou commented May 9, 2024

image

Home directory is 1001:1001 so SSH connexion failed with : sshd Authentication refused: bad ownership or modes for directory /home/.

Everything else seems to work, though

@Ravinou Ravinou assigned Ravinou and dhenry123 and unassigned Ravinou May 9, 2024
@Ravinou Ravinou force-pushed the develop branch 2 times, most recently from 402f921 to 3f57e31 Compare July 14, 2024 20:16
@Ravinou Ravinou force-pushed the develop branch 8 times, most recently from 195ef8e to 585dc72 Compare August 16, 2024 19:03
dHENRY added 4 commits August 19, 2024 09:19
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
- ok but when starting shell i got I have no name!@borgwarehouse-c7689c54-96m4w
- id : ok
- whoami: ok
- borgwarehouse operations: ok
dHENRY added 6 commits September 5, 2024 20:38
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md
- ok but when starting shell i got I have no name!@borgwarehouse-c7689c54-96m4w
- id : ok
- whoami: ok
- borgwarehouse operations: ok
@Ravinou Ravinou force-pushed the develop branch 2 times, most recently from 1b4bf57 to fc3f57e Compare December 8, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants