potiuk commented on PR #36611:
URL: https://github.com/apache/airflow/pull/36611#issuecomment-1878572621
> Also (not included in this PR), the message after initialization for me
looked like this (Docker-Desktop on Windows 11):
> [2024-01-05T09:51:47.658+0000] {override.py:1820} INFO - Added Permission
menu access on Permission Pairs to role Admin
> [2024-01-05T09:51:47.934+0000] {override.py:1458} INFO - Added user airflow
> User "airflow" created with role "Admin"
> 2.8.0
Yes. Because that's how `run` works. The output you see in the docs is from
`up` command. The `run` command is more like `docker run` command and it will
generally not start the service as such but it will run container that belongs
to the service and usually run a custom command in it (for example it will not
open ports associated with the service) - so output of `run` command is very
different than output from `up` command. This is quite expected.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]