-
Notifications
You must be signed in to change notification settings - Fork 458
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: Add podman and log mentions in developing-locally #4965
Conversation
Podman and podman-compose are valid alternatives to Docker and docker compose respectively. This commit adds mentions to Podman where relevant informing developers they may choose it as an alternative that doesn't require root privileges. Moreover, I added a small mention about ClickHouse logs as the container does not log to stdin, but to a local file. Knowing where these log files are can be useful when debugging setup issues.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for the review comments @Twixes. I agree with all of them, so expect a new commit shortly. I also would like to add more details on the issue with Podman (as I looked into it yesterday after work):
So, I can be more specific and mention the Podman version with the issue (4.1) instead of "in newer versions". |
1. More specifically defined the Podman version that can use a host machine's /etc/hosts. 2. Removed a paragraph mentioning Podman as an alternative to Docker, as users of Podman should already be aware of this, and it keeps the docs cleaner.
Just to note: The reason I made the swap from docker to podman originally was because they introduced a new service agreement last year that made it impossible for me to use Docker Desktop at my previous company without a subscription (granted, I wasn't a user of Desktop specifically, but that's what introduced me to podman as an alternative):
I'm still not familiar enough with PostHog to understand if we could run into issues with the service agreement further down the line. But I imagine it's likely that this handbook page will need a more thorough refresh when/if that happens. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Changes
Podman and podman-compose are valid alternatives to Docker and docker compose respectively. This commit adds mentions to Podman where relevant informing developers they may choose it as an alternative that doesn't require root privileges.
Moreover, I added a small mention about ClickHouse logs as the container does not log to stdin, but to a local file. Knowing where these log files are can be useful when debugging setup issues.
Checklist