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

Added Dockerfile #1

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Added Dockerfile #1

wants to merge 5 commits into from

Conversation

squarepear
Copy link

Added a Dockerfile so you can run the client in Docker

I also added a NAME env variable to use instead of the current username when detected. Docker wouldn't pick up the user's name, so this should fix that.

@quackduck
Copy link
Owner

quackduck commented May 12, 2021

This is very nice! If I understand correctly, the necessary config files will be copied in automatically?

There's just one thing that'll make the docker way different from the regular way:
Duckcoin rn does not use your username as the name sent in blocks, but rather your full name as defined in your computer profile.

Another thing, since this won't work on Windows (the $USER variable is not set on Windows), I'm not sure why I would add the Docker config? (I'm super new to Docker)

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.

3 participants