Skip to content

Instantly share code, notes, and snippets.

@koi8-r
Created August 11, 2025 16:48
Show Gist options
  • Select an option

  • Save koi8-r/7a2e6048918f4b68b046493b4d64cca3 to your computer and use it in GitHub Desktop.

Select an option

Save koi8-r/7a2e6048918f4b68b046493b4d64cca3 to your computer and use it in GitHub Desktop.
---
x-logging: &logging
driver: json-file
options:
max-size: 1m
max-file: 3
compress: 'true'
services:
linux:
image: debian:latest
command: >-
bash -c
'for i in $(seq 0 99999); do
echo "HELLO STDOUT" ;
sleep 0 ;
done'
tty: true
stdin_open: true
logging:
<<: *logging
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment