2 lines
85 B
Bash
2 lines
85 B
Bash
![]() |
#!/bin/bash
|
||
|
docker logs --follow $(docker ps | grep "python-${1}" | awk '{print $1}')
|