6 lines
135 B
Plaintext
Raw Normal View History

2021-11-02 14:38:12 +01:00
#!/bin/sh
2021-11-03 16:18:03 +01:00
. $(dirname "$(readlink -f "$0")")/_get_container.sh
2021-11-02 14:38:12 +01:00
docker restart "$container" && docker logs --tail=100 -f "$container"