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

Docker USER support #2361

Merged
merged 1 commit into from
Oct 24, 2019
Merged

Docker USER support #2361

merged 1 commit into from
Oct 24, 2019

Conversation

argakiig
Copy link
Contributor

Currently our docker image runs as root
This will provide people with the opportunity to migrate over to the new nanocurrency(1000:1000) user setup without forcing the hand quite yet.

If you want to start the migration early sudo chown -R 1000:1000 /local/mount/path and then add the following switch to your docker run command --user=nanocurrency and -w=/home/nanocurrency and adjust your mount to -v <local/mount/path>:/home/nanocurrency

To preserve existing installations root(0:0) and /root are used if no user & workdir are specified

@argakiig argakiig added the docker updates and changes to the docker build image label Oct 23, 2019
@argakiig argakiig added this to the V20.0 milestone Oct 23, 2019
@argakiig argakiig self-assigned this Oct 23, 2019
@argakiig argakiig added the documentation This item indicates the need for or supplies updated or expanded documentation label Oct 24, 2019
@argakiig argakiig merged commit 9c0a1c8 into nanocurrency:master Oct 24, 2019
@argakiig argakiig deleted the docker_user branch October 24, 2019 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker updates and changes to the docker build image documentation This item indicates the need for or supplies updated or expanded documentation
Projects
No open projects
V20
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

4 participants