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
Is it possible add a configuration to allow one to apply the following attribute to docker logs:
docker logs --tail 10 -f $dockerid
for when only the latest logs are needed.
The text was updated successfully, but these errors were encountered:
For these custom commands, you can try scripts for that: https://docs.xpipe.io/guide/scripting
Sorry, something went wrong.
Actually, let me thing about that. Maybe the scripting is not the right way to go with this specific example
No branches or pull requests
Is it possible add a configuration to allow one to apply the following attribute to docker logs:
docker logs --tail 10 -f $dockerid
for when only the latest logs are needed.
The text was updated successfully, but these errors were encountered: