9 lines
138 B
Markdown
9 lines
138 B
Markdown
Don't forget to put the container checker into the crontab:
|
|
|
|
```
|
|
>> crontab -e
|
|
```
|
|
|
|
```
|
|
*/5 * * * * /bin/bash /docker/check_docker.sh
|
|
```
|