Files
structure/bash/show-python-log.sh

2 lines
85 B
Bash
Raw Normal View History

2025-09-18 17:53:09 +03:00
#!/bin/bash
docker logs --follow $(docker ps | grep "python-${1}" | awk '{print $1}')