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

Ubuntu latest (Ubuntu 24.04 LTS) has issue with GID 1000 that it is already created. #16

Open
xcellent101 opened this issue Aug 27, 2024 · 0 comments

Comments

@xcellent101
Copy link

xcellent101 commented Aug 27, 2024

> docker run -p 4200:4200 -e SIAB_PASSWORD=xyz678abc -e SIAB_SUDO=true sspreitzer/shellinabox:latest
Preparing container ..
groupadd: GID '1000' already exists

Need to set the default to be group 1001 in the entry file or some other group number for this to work.

the below argument works

>docker run -p 4200:4200 -e SIAB_PASSWORD=abc123 -e SIAB_SUDO=true -e SIAB_USERID=1001 -e SIAB_GROUPID=1001 sspreitzer/shellinabox:latest
Preparing container ..
Starting container ..
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

No branches or pull requests

1 participant