I hereby claim:
- I am gdetrez on github.
- I am gregoire (https://keybase.io/gregoire) on keybase.
- I have a public key whose fingerprint is C6DA 50D9 2B6A BE73 513B 0B30 B971 AFBB 606C 3402
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
def sum(xs): | |
def aux(xs): | |
try: | |
x = next(xs) | |
return x + aux(xs) | |
except StopIteration: | |
return 0 | |
return aux(iter(xs)) |
This is the output of podman system service --log-level=debug -t=0
while running the following docker-compose commands:
docker-compose up -d
docker-compose exec ubuntu ls
Issue: containers/podman#11081