Skip to content

Set Meaningful Hostname on Container Startup #16

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

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Set Meaningful Hostname on Container Startup #16

merged 1 commit into from
Feb 13, 2025

Conversation

SeanTAllen
Copy link
Collaborator

When starting a container, we now pass the --hostname option to Docker. This sets the hostname to something meaningful to the user rather than the default Docker container ID.

The hostname will use the name of the development environment or the name from the Credo --as option if provided.

Closes #15

When starting a container, we now pass the `--hostname` option to
Docker. This sets the hostname to something meaningful to the user
rather than the default Docker container ID.

The hostname will use the name of the development environment or the
name from the Credo `--as` option if provided.

Closes #15
@SeanTAllen SeanTAllen added the changelog - added Automatically add "Added" CHANGELOG entry on merge label Feb 13, 2025
@SeanTAllen SeanTAllen merged commit bdaa6b4 into main Feb 13, 2025
10 checks passed
@SeanTAllen SeanTAllen deleted the issue-15 branch February 13, 2025 01:34
github-actions bot pushed a commit that referenced this pull request Feb 13, 2025
github-actions bot pushed a commit that referenced this pull request Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - added Automatically add "Added" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Set meaningful hostname on container startup
1 participant