We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When run with the container image from ghcr, I only see the pebble logs but not the actual application logs.
docker run -p 8080:8080 --mount type=bind,source="$(pwd)"/cos-alerter.yaml,target=/etc/cos-alerter.yaml,readonly ghcr.io/canonical/cos-alerter:latest
$ docker --version Docker version 20.10.17, build 100c70180f
$ docker run -p 8080:8080 --mount type=bind,source="$(pwd)"/cos-alerter.yaml,target=/etc/cos-alerter.yaml,readonly ghcr.io/canonical/cos-alerter:latest 2023-04-25T11:09:28.020Z [pebble] Started daemon. 2023-04-25T11:09:28.027Z [pebble] POST /v1/services 6.652236ms 202 2023-04-25T11:09:28.028Z [pebble] Started default services with change 1. 2023-04-25T11:09:28.033Z [pebble] Service "cos-alerter" starting: /usr/bin/cos-alerter ^C2023-04-25T11:12:43.630Z [pebble] Exiting on interrupt signal. 2023-04-25T11:12:43.639Z [pebble] Stopping all running services. 2023-04-25T11:12:43.677Z [pebble] Service "cos-alerter" stopped
No response
The text was updated successfully, but these errors were encountered:
This issue will be solved by canonical/rockcraft#243
Sorry, something went wrong.
Solved by the issue mentioned above.
Successfully merging a pull request may close this issue.
Bug Description
When run with the container image from ghcr, I only see the pebble logs but not the actual application logs.
To Reproduce
docker run -p 8080:8080 --mount type=bind,source="$(pwd)"/cos-alerter.yaml,target=/etc/cos-alerter.yaml,readonly ghcr.io/canonical/cos-alerter:latest
Environment
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: