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 just commands for docker logs #681

Merged
merged 2 commits into from
Aug 20, 2024
Merged

Add just commands for docker logs #681

merged 2 commits into from
Aug 20, 2024

Conversation

Splines
Copy link
Member

@Splines Splines commented Aug 20, 2024

We add the two just commands

just docker up-logs
just docker logs

just docker up-logs allows you to start the containers in detached mode while still seeing the logs afterwards. Therefore, you can Ctrl + C out of your terminal afterwards and the containers will continue to run. just docker logs is used to attach back to the logs for a running container (by default the mampf container).

@Splines Splines merged commit 0d39b9e into dev Aug 20, 2024
5 checks passed
@Splines Splines deleted the just/docker-log branch August 20, 2024 15:02
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.80%. Comparing base (d0f8f44) to head (c6bde34).
Report is 2 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #681   +/-   ##
=======================================
  Coverage   53.80%   53.80%           
=======================================
  Files         157      157           
  Lines        6644     6644           
=======================================
  Hits         3575     3575           
  Misses       3069     3069           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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