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