docker-tools/dlr

6 lines
116 B
Plaintext
Raw Normal View History

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