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

Add note about Docker default command #826

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Add note about Docker default command #826

merged 1 commit into from
Jul 22, 2024

Conversation

agners
Copy link
Collaborator

@agners agners commented Jul 22, 2024

Our Dockerfile uses the CMD instruction to run the server with sensible default arguments. Often folks forget to add those when customizing their command. This adds a note to the README.md and the compose.yml file to remind them.

This also removes the D-Bus access in the default startup example since D-Bus is only required for Bluetooth support (which is no longer enabled by default). An additional example with the correct command line and D-Bus access should make it clear what needs to be done to restore previous behavior.

Our Dockerfile uses the CMD instruction to run the server with sensible
default arguments. Often folks forget to add those when customizing
their command. This adds a note to the README.md and the compose.yml
file to remind them.

This also removes the D-Bus access in the default startup example since
D-Bus is only required for Bluetooth support (which is no longer
enabled by default). An additional example with the correct command
line and D-Bus access should make it clear what needs to be done to
restore previous behavior.
@agners agners merged commit 8d6b295 into main Jul 22, 2024
3 checks passed
@agners agners deleted the add-note-about-cmd branch July 22, 2024 12:06
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