Renamed dlr to drl (first Restart, then Logs).

This commit is contained in:
2022-02-15 09:24:00 +01:00
parent 7ff0f28ed4
commit 03b8b4baca

5
drl Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
. $(dirname "$(readlink -f "$0")")/_get_container.sh
docker restart "$container" && docker logs --tail=100 -f "$container"