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

docs: persistent configuration in Docker #352

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

Conversation

m0wer
Copy link

@m0wer m0wer commented Jun 29, 2024

So that the configuration is persisted on the host when running ctop with Docker.

@Guiorgy
Copy link

Guiorgy commented Jul 8, 2024

Great addition. The only thing I'd change is to use a managed volume instead of a bind, so the default works on any system without modification. If the user wants to use a bind instead, they are free to modify the command themselves:

-e XDG_CONFIG_HOME=/conf \
-v ctop_conf:/conf/ctop/ \

README.md Outdated Show resolved Hide resolved
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